Filter Remover
Bring color back to website. In case of async content loading. click on icon again to run script manually.
What is Filter Remover?
Filter Remover is a Chrome extension developed by Pesticide, and its main feature is "Bring color back to website. In case of async content loading. click on icon again to run script manually.".
Extension Screenshots
Download Filter Remover Extension CRX File
Download Filter Remover 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
Bring color back to website. It remove filter: grayscale automatically when page load. In case of asynchronous content loading, please click icon again to run it manually. Support old chrome version with webkit.Filter
Extension Basic Information
Name | Filter Remover |
ID | bfebennjaidcjckomeokmaeieoidhieb |
Official URL | https://chromewebstore.google.com/detail/filter-remover/bfebennjaidcjckomeokmaeieoidhieb |
Description | Bring color back to website. In case of async content loading. click on icon again to run script manually. |
File Size | 19.7 KB |
Installation Count | 80 |
Current Version | 1.1.1 |
Last Updated | 2016-10-19 |
Publish Date | 2016-10-19 |
Rating | 4.88/5 Total 8 Ratings |
Developer | Pesticide |
Payment Type | free |
Supported Languages | th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Filter Remover", "description": "Bring color back to website. In case of async content loading. click on icon again to run script manually.", "version": "1.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_title": "click here to run color script manually." }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "permissions": [ "activeTab" ] } |