Remove This

Allows the user to remove elements from a website page

Cos'è Remove This?

Remove This è un'estensione di Chrome sviluppata da fcarreto, e la sua funzione principale è "Allows the user to remove elements from a website page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Remove This

Scarica i file di estensione Remove This in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Say goodbye to that popup that just want your email address...                    

Informazioni di Base sull'Estensione

Nome Remove This Remove This
ID hkopachcfphcdeofdcdamheibmfedgkb
URL Ufficiale https://chrome.google.com/webstore/detail/remove-this/hkopachcfphcdeofdcdamheibmfedgkb
Descrizione Allows the user to remove elements from a website page
Dimensione del File 116 KB
Conteggio Installazioni 129
Versione Corrente 1.0
Ultimo Aggiornamento 2014-11-11
Data di Pubblicazione 2014-11-11
Valutazione 3.29/5 Totale 7 Valutazioni
Sviluppatore fcarreto
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove This",
    "description": "Allows the user to remove elements from a website page",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Remove This",
        "default_icon": "target.png"
    },
    "manifest_version": 2
}