├── CNAME ├── README.md ├── amp.png ├── ampbrowser.png ├── favicon.ico ├── index.html └── update └── index.html /CNAME: -------------------------------------------------------------------------------- 1 | ampbrowser.com -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # AMP Browser 2 | 3 | The AMP Browser is an open source web browser based on Chromium, which accelerates web browsing by automatically loading AMP web pages, saves bandwidth by enabling data compression, and respects privacy by blocking ads and tracking scripts. 4 | 5 | You can toggle all the features by right-clicking the ⚡ icon in the top right corner and choosing Options. 6 | 7 | # Screenshot 8 | 9 |  10 | 11 | # Download 12 | 13 | See the [AMP Browser releases](https://github.com/niutech/amp-browser/releases). 14 | 15 | # Authors and licenses 16 | 17 | AMP Browser © Jerzy Głowacki, [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0). 18 | 19 | Chromium © The Chromium Authors, [BSD license](https://opensource.org/licenses/BSD-3-Clause). 20 | 21 | Chrlauncher © Henry++, [MIT License](https://opensource.org/licenses/MIT) 22 | 23 | AMP Project © The AMP Project Contributors, [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0). 24 | -------------------------------------------------------------------------------- /amp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/amp-browser/a674b239129a34b2ba8b549005f25698c26349a9/amp.png -------------------------------------------------------------------------------- /ampbrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/amp-browser/a674b239129a34b2ba8b549005f25698c26349a9/ampbrowser.png -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/amp-browser/a674b239129a34b2ba8b549005f25698c26349a9/favicon.ico -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 |The AMP Browser is an open source web browser based on Chromium, which accelerates web browsing by automatically loading AMP & MIP web pages, saves bandwidth by enabling data compression, and respects privacy by blocking ads and tracking scripts.
76 |Notable features: 77 |
You can toggle most of the features by right-clicking the ⚡ icon in the top right corner and choosing Options.
95 |Download AMP Browser 61 (beta) portable for 64-bit Windows
96 |Download AMP Browser 61 (beta) for Ubuntu Linux
97 | 98 |The AMP Browser provides the Data Saver functionality out of the box, which is bound to the Google Terms of Service. You can disable it by removing the --enable-spdy-proxy-auth
command line switch in the chrlauncher.ini file.