AdEraser
Erase Annoying ADs
What is AdEraser?
AdEraser is a Chrome extension developed by Vinod Kumar, and its main feature is "Erase Annoying ADs".
Download AdEraser Extension CRX File
Download AdEraser 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
Annoyed with intrusive Ads? AdEraser helps you remove Ads from any webpage. Steps to remove Ads Press Control Key. Move cusror over the Ad block. Hold for half a second.
Extension Basic Information
Name | |
ID | fjdelnndmmlhciepkjipfammigimegfa |
Official URL | https://chrome.google.com/webstore/detail/aderaser/fjdelnndmmlhciepkjipfammigimegfa |
Description | Erase Annoying ADs |
File Size | 40.42 KB |
Installation Count | 36 |
Current Version | 1.2 |
Last Updated | 2017-02-23 |
Publish Date | 2017-02-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Vinod Kumar |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AdEraser", "description": "Erase Annoying ADs", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "48": "icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.1.1.min.js", "script.js" ] } ] } |