Destroy It!

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

O que é Destroy It!?

Destroy It! é uma extensão do Chrome desenvolvida por thejackcohen, e sua principal característica é "Toggle the ability to destroy any ads or annoying elements of a webpage.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Destroy It!

Baixe arquivos de extensão Destroy It! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Destroy It! Destroy It!
ID ijikkmpakihdnnccdjpcbfomojdfbjhj
URL Oficial https://chrome.google.com/webstore/detail/destroy-it/ijikkmpakihdnnccdjpcbfomojdfbjhj
Descrição Toggle the ability to destroy any ads or annoying elements of a webpage.
Tamanho do Arquivo 80.51 KB
Contagem de Instalações 4,851
Versão Atual 1.0
Última Atualização 2015-12-27
Data de Publicação 2015-12-27
Classificação 2.26/5 Total de 19 Avaliações
Desenvolvedor thejackcohen
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*\/*"
    ]
}