Destroy It!

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

Cos'è Destroy It!?

Destroy It! è un'estensione di Chrome sviluppata da thejackcohen, e la sua funzione principale è "Toggle the ability to destroy any ads or annoying elements of a webpage.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Destroy It!

Scarica i file di estensione Destroy It! 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

                                            

Informazioni di Base sull'Estensione

Nome Destroy It! Destroy It!
ID ijikkmpakihdnnccdjpcbfomojdfbjhj
URL Ufficiale https://chrome.google.com/webstore/detail/destroy-it/ijikkmpakihdnnccdjpcbfomojdfbjhj
Descrizione Toggle the ability to destroy any ads or annoying elements of a webpage.
Dimensione del File 80.51 KB
Conteggio Installazioni 4,851
Versione Corrente 1.0
Ultimo Aggiornamento 2015-12-27
Data di Pubblicazione 2015-12-27
Valutazione 2.26/5 Totale 19 Valutazioni
Sviluppatore thejackcohen
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}