GitHub Danger Zone Destroyer

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

What is GitHub Danger Zone Destroyer?

GitHub Danger Zone Destroyer is a Chrome extension developed by Pine Mizune, and its main feature is "Kill your danger zone, and let's go back quickly to the safe home".

Extension Screenshots

screenshot

Download GitHub Danger Zone Destroyer Extension CRX File

Download GitHub Danger Zone Destroyer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hide your GitHub's danger zone.                    

Extension Basic Information

Name GitHub Danger Zone Destroyer GitHub Danger Zone Destroyer
ID jiffmbnbcpjlafmhlfoaffnocfgpcjkl
Official URL https://chromewebstore.google.com/detail/github-danger-zone-destro/jiffmbnbcpjlafmhlfoaffnocfgpcjkl
Description Kill your danger zone, and let's go back quickly to the safe home
File Size 16.12 KB
Installation Count 55
Current Version 0.4.0
Last Updated 2017-09-15
Publish Date 2017-09-15
Developer Pine Mizune
Email [email protected]
Payment Type free
Supported Languages 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": []
}