GitHub Yes Sir!

git commit suicide

Cos'è GitHub Yes Sir!?

GitHub Yes Sir! è un'estensione di Chrome sviluppata da jcdc, e la sua funzione principale è "git commit suicide".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GitHub Yes Sir!

Scarica i file di estensione GitHub Yes Sir! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome GitHub Yes Sir! GitHub Yes Sir!
ID mnimfmckjafijilpdmhddefobkigcmom
URL Ufficiale https://chromewebstore.google.com/detail/github-yes-sir/mnimfmckjafijilpdmhddefobkigcmom
Descrizione git commit suicide
Dimensione del File 233 KB
Conteggio Installazioni 271
Versione Corrente 1.1
Ultimo Aggiornamento 2019-05-09
Data di Pubblicazione 2019-05-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore jcdc
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/johnchrisdc/GitPorn
Lingue Supportate 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\/*"
    ]
}