AMP Cache Evictor
Clear AMP cached pages by a click of a button
What is AMP Cache Evictor?
AMP Cache Evictor is a Chrome extension developed by Genius, and its main feature is "Clear AMP cached pages by a click of a button".
Extension Screenshots
Download AMP Cache Evictor Extension CRX File
Download AMP Cache Evictor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
If you're developing AMP pages and testing it out on google's amp reader, you'll soon realize that you'll need to clear the AMP cache to see your changes. AmpProject exposes an API to do this. This extension saves you the trouble! Just press the AMP Cache Evictor button and the amp cache will be cleared, followed by a redirection to the AMP CDNs so you don't have to!
Extension Basic Information
Name | AMP Cache Evictor |
ID | kdinoegjmibfplmhdldegbdcpgclpmkj |
Official URL | https://chromewebstore.google.com/detail/amp-cache-evictor/kdinoegjmibfplmhdldegbdcpgclpmkj |
Description | Clear AMP cached pages by a click of a button |
File Size | 14 KB |
Installation Count | 107 |
Current Version | 0.1 |
Last Updated | 2016-09-28 |
Publish Date | 2016-09-28 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Genius |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AMP Cache Evictor", "description": "Clear AMP cached pages by a click of a button", "version": "0.1", "manifest_version": 2, "icons": { "128": "images\/ace-128.png" }, "permissions": [ "activeTab", "https:\/\/cdn.ampproject.org\/update-ping\/c\/s\/*" ], "browser_action": { "default_icon": "images\/ace-128.png", "default_popup": "evict_cache.html" } } |