InoreaderAdsRemover
RemovesAds
What is InoreaderAdsRemover?
InoreaderAdsRemover is a Chrome extension developed by Wizard, and its main feature is "RemovesAds".
Extension Screenshots
Download InoreaderAdsRemover Extension CRX File
Download InoreaderAdsRemover 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
Removed ads for https://www.inoreader.com
Extension Basic Information
Name | |
ID | hilcpnndighcobndmgmkoikkildjgajk |
Official URL | https://chromewebstore.google.com/detail/inoreaderadsremover/hilcpnndighcobndmgmkoikkildjgajk |
Description | RemovesAds |
File Size | 35.57 KB |
Installation Count | 143 |
Current Version | 1 |
Last Updated | 2016-12-11 |
Publish Date | 2016-12-11 |
Rating | 3.50/5 Total 2 Ratings |
Developer | Wizard |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InoreaderAdsRemover", "description": "RemovesAds", "version": "1", "permissions": [ "activeTab", "https:\/\/www.inoreader.com\/*", "http:\/\/www.inoreader.com\/*" ], "background": { "scripts": [ "jquery.js", "adsRemover.js" ], "persistent": true }, "icons": { "32": "inoreader.ico" }, "content_scripts": [ { "matches": [ "https:\/\/www.inoreader.com\/*", "http:\/\/www.inoreader.com\/*" ], "js": [ "jquery.js", "adsRemover.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Removes Ads" }, "manifest_version": 2 } |