GitHub Poop

Replaces the Star Button with a Poop Button

Cos'è GitHub Poop?

GitHub Poop è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replaces the Star Button with a Poop Button".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GitHub Poop

Scarica i file di estensione GitHub Poop 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

                                            

Informazioni di Base sull'Estensione

Nome GitHub Poop GitHub Poop
ID iepepilomkehfgjamhjbelhdpgmhiknk
URL Ufficiale https://chromewebstore.google.com/detail/github-poop/iepepilomkehfgjamhjbelhdpgmhiknk
Descrizione Replaces the Star Button with a Poop Button
Dimensione del File 15.01 KB
Conteggio Installazioni 57
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-08-10
Data di Pubblicazione 2017-08-10
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Stefan Buhrmester",
    "manifest_version": 2,
    "name": "GitHub Poop",
    "description": "Replaces the Star Button with a Poop Button",
    "version": "1.0.1",
    "browser_action": {
        "default_title": "GitHub Poop",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    },
    "permissions": [
        "tabs",
        "https:\/\/github.com\/"
    ],
    "background": {
        "scripts": [
            "scripts\/bg.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "images\/icon128.png"
    }
}