Destroy It!

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

Wat is Destroy It!?

Destroy It! is een Chrome-extensie ontwikkeld door thejackcohen, en de belangrijkste functie is "Toggle the ability to destroy any ads or annoying elements of a webpage.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Destroy It!

Download Destroy It!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Destroy It! Destroy It!
ID ijikkmpakihdnnccdjpcbfomojdfbjhj
Officiële URL https://chrome.google.com/webstore/detail/destroy-it/ijikkmpakihdnnccdjpcbfomojdfbjhj
Beschrijving Toggle the ability to destroy any ads or annoying elements of a webpage.
Bestandsgrootte 80.51 KB
Aantal Installaties 4,851
Huidige Versie 1.0
Laatst Bijgewerkt 2015-12-27
Publicatiedatum 2015-12-27
Beoordeling 2.26/5 Totaal 19 Beoordelingen
Ontwikkelaar thejackcohen
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}