Remove This

Allows the user to remove elements from a website page

Qu'est-ce que Remove This ?

Remove This est une extension Chrome développée par fcarreto, et sa fonction principale est "Allows the user to remove elements from a website page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Remove This

Téléchargez les fichiers d'extension Remove This 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

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

Informations de Base sur l'Extension

Nom Remove This Remove This
ID hkopachcfphcdeofdcdamheibmfedgkb
URL Officiel https://chrome.google.com/webstore/detail/remove-this/hkopachcfphcdeofdcdamheibmfedgkb
Description Allows the user to remove elements from a website page
Taille du Fichier 116 KB
Nombre d'Installations 129
Version Actuelle 1.0
Dernière Mise à Jour 2014-11-11
Date de Publication 2014-11-11
Évaluation 3.29/5 Total 7 Évaluations
Développeur fcarreto
Type de Paiement free
Langues Prises en Charge 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
}