Filter Remover
Bring color back to website. In case of async content loading. click on icon again to run script manually.
Wat is Filter Remover?
Filter Remover is een Chrome-extensie ontwikkeld door Pesticide, en de belangrijkste functie is "Bring color back to website. In case of async content loading. click on icon again to run script manually.".
Extensie Screenshots
Download het CRX-bestand van de extensie Filter Remover
Download Filter Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Filter Remover |
ID | bfebennjaidcjckomeokmaeieoidhieb |
Officiële URL | https://chromewebstore.google.com/detail/filter-remover/bfebennjaidcjckomeokmaeieoidhieb |
Beschrijving | Bring color back to website. In case of async content loading. click on icon again to run script manually. |
Bestandsgrootte | 19.7 KB |
Aantal Installaties | 80 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2016-10-19 |
Publicatiedatum | 2016-10-19 |
Beoordeling | 4.88/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Pesticide |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |