Filter Remover

Bring color back to website. In case of async content loading. click on icon again to run script manually.

Qu'est-ce que Filter Remover ?

Filter Remover est une extension Chrome développée par Pesticide, et sa fonction principale est "Bring color back to website. In case of async content loading. click on icon again to run script manually.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Filter Remover

Téléchargez les fichiers d'extension Filter Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Filter Remover Filter Remover
ID bfebennjaidcjckomeokmaeieoidhieb
URL Officiel 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.
Taille du Fichier 19.7 KB
Nombre d'Installations 80
Version Actuelle 1.1.1
Dernière Mise à Jour 2016-10-19
Date de Publication 2016-10-19
Évaluation 4.88/5 Total 8 Évaluations
Développeur Pesticide
Type de Paiement free
Langues Prises en Charge 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"
    ]
}