Destroy It!

Toggle the ability to destroy any ads or annoying elements of a webpage.

Qu'est-ce que Destroy It! ?

Destroy It! est une extension Chrome développée par thejackcohen, et sa fonction principale est "Toggle the ability to destroy any ads or annoying elements of a webpage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Destroy It!

Téléchargez les fichiers d'extension Destroy It! 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

                                            

Informations de Base sur l'Extension

Nom Destroy It! Destroy It!
ID ijikkmpakihdnnccdjpcbfomojdfbjhj
URL Officiel https://chrome.google.com/webstore/detail/destroy-it/ijikkmpakihdnnccdjpcbfomojdfbjhj
Description Toggle the ability to destroy any ads or annoying elements of a webpage.
Taille du Fichier 80.51 KB
Nombre d'Installations 4,851
Version Actuelle 1.0
Dernière Mise à Jour 2015-12-27
Date de Publication 2015-12-27
Évaluation 2.26/5 Total 19 Évaluations
Développeur thejackcohen
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Destroy It!",
    "short_name": "Destroy It!",
    "description": "Toggle the ability to destroy any ads or annoying elements of a webpage.",
    "version": "1.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "src\/popup.html",
        "default_title": "Destroy It!"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/destroy.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}