Destroy It!

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

Was ist Destroy It!?

Destroy It! ist eine Chrome-Erweiterung, die von thejackcohen entwickelt wurde, und ihr Hauptmerkmal ist "Toggle the ability to destroy any ads or annoying elements of a webpage.".

Erweiterungsscreenshots

screenshot

Destroy It!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Destroy It!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Destroy It! Destroy It!
ID ijikkmpakihdnnccdjpcbfomojdfbjhj
Offizielle URL https://chrome.google.com/webstore/detail/destroy-it/ijikkmpakihdnnccdjpcbfomojdfbjhj
Beschreibung Toggle the ability to destroy any ads or annoying elements of a webpage.
Dateigröße 80.51 KB
Installationsanzahl 4,851
Aktuelle Version 1.0
Letztes Update 2015-12-27
Veröffentlichungsdatum 2015-12-27
Bewertung 2.26/5 Insgesamt 19 Bewertungen
Entwickler thejackcohen
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}