GitHub Yes Sir!

git commit suicide

What is GitHub Yes Sir!?

GitHub Yes Sir! is a Chrome extension developed by jcdc, and its main feature is "git commit suicide".

Extension Screenshots

screenshot

Download GitHub Yes Sir! Extension CRX File

Download GitHub Yes Sir! 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

                        This will change the Github logo to a new badass PornHub style logo.                    

Extension Basic Information

Name GitHub Yes Sir! GitHub Yes Sir!
ID mnimfmckjafijilpdmhddefobkigcmom
Official URL https://chromewebstore.google.com/detail/github-yes-sir/mnimfmckjafijilpdmhddefobkigcmom
Description git commit suicide
File Size 233 KB
Installation Count 271
Current Version 1.1
Last Updated 2019-05-09
Publish Date 2019-05-09
Rating 5.00/5 Total 2 Ratings
Developer jcdc
Payment Type free
Extension Website https://github.com/johnchrisdc/GitPorn
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Yes Sir!",
    "version": "1.1",
    "description": "git commit suicide",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "github.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "github.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "github.png",
        "48": "github.png",
        "128": "github.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}