-
Notifications
You must be signed in to change notification settings - Fork 7
/
app_chromium.html
45 lines (43 loc) · 1.87 KB
/
app_chromium.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: Chromium for Android
---
<div class="card">
<div class="card-heading">
<h3>Chromium</h3>
</div>
<div class="card-content-1">
<p>Changes on top of official Chromium Source:</p>
<ul>
<li>enable dubious Do Not Track feature by default</li>
<li>disable navigation error correction by default</li>
<li>disable contextual search by default</li>
<li>disable network prediction by default</li>
<li>disable metrics by default</li>
<li>disable autofill by default</li>
<li>disable first run welcome page</li>
<li>disable data reduction proxy promotions</li>
<li>add DuckDuckGo search engine</li>
<li>use Chromium branding in more places</li>
<li>Chromium: use startpage searchengine by default</li>
<li>Chromium: disable strict mode</li>
</ul>
<div class="alert alert-primary">
<div class="alert-icon">
<i class="material-icons">info</i>
</div>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true"><i class="material-icons">clear</i></span>
</button>
<b>Note:</b>
Support for h264 encoder is not added for legal reasons</a>
</div>
<p>Download:</p>
<ul>
<li>for Android Jelly Bean and newer: <a href="https://github.com/andi34/prebuilt_chromium/raw/master/ChromePublic.apk">Download ChromePublic.apk</a></li>
<li>for Android Lollipop and newer: <a href="https://github.com/andi34/prebuilt_chromium/raw/master/ChromeModernPublic.apk"> Download ChromeModernPublic.apk</a></li>
<li>for Android Nougat and newer: <a href="https://github.com/andi34/prebuilt_chromium/raw/master/MonochromePublic.apk"> Download MonochromePublic.apk</a></li>
</ul>
<p>Developers who like to add Chromium prebuilt to their ROMs can find the source and other informations <a href="https://github.com/andi34/prebuilts_chromium">here</a>.
I am currently Updating Chromium weekly.</p>
</div>
</div>