├── 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 | ![AMP Browser Screenshot](https://user-images.githubusercontent.com/384997/27287020-a09fdbb2-5502-11e7-9a74-5c4d7c31f484.png) 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 | AMP Browser - accelerate web browsing 9 | 10 | 11 | 12 | 45 | 46 | 70 | 71 | 72 |
73 | 74 |

AMP Browser

75 |

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 |

94 |

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 |

All releases on GitHub

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.

99 |
100 | 101 | 114 | 115 | 116 | 117 | -------------------------------------------------------------------------------- /update/index.html: -------------------------------------------------------------------------------- 1 | browser=ampbrowser;os=windows;architecture=64-bit;timestamp=1501763713;editor=AMPBrowser;channel=stable;repository=;download=https://github.com/niutech/amp-browser/releases/download/61/ampbrowser-61-bin.zip;version=61.0.3163.100;revision=488528;commit=;ppapi_version=26.0.0.137 2 | --------------------------------------------------------------------------------