GitHub Danger Zone Destroyer

Kill your danger zone, and let's go back quickly to the safe home

O que é GitHub Danger Zone Destroyer?

GitHub Danger Zone Destroyer é uma extensão do Chrome desenvolvida por Pine Mizune, e sua principal característica é "Kill your danger zone, and let's go back quickly to the safe home".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GitHub Danger Zone Destroyer

Baixe arquivos de extensão GitHub Danger Zone Destroyer 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

                        Hide your GitHub's danger zone.                    

Informações Básicas da Extensão

Nome GitHub Danger Zone Destroyer GitHub Danger Zone Destroyer
ID jiffmbnbcpjlafmhlfoaffnocfgpcjkl
URL Oficial https://chromewebstore.google.com/detail/github-danger-zone-destro/jiffmbnbcpjlafmhlfoaffnocfgpcjkl
Descrição Kill your danger zone, and let's go back quickly to the safe home
Tamanho do Arquivo 16.12 KB
Contagem de Instalações 55
Versão Atual 0.4.0
Última Atualização 2017-09-15
Data de Publicação 2017-09-15
Desenvolvedor Pine Mizune
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Danger Zone Destroyer",
    "description": "Kill your danger zone, and let's go back quickly to the safe home",
    "author": "Pine Mizune",
    "homepage_url": "https:\/\/github.com\/pine\/GitHub-DangerZone-Destroyer",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "0.4.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "css": [
                "content_scripts.css"
            ],
            "js": [
                "content_scripts.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "*:\/\/github.com\/*"
    ],
    "web_accessible_resources": []
}