GitHub Poop

Replaces the Star Button with a Poop Button

Wat is GitHub Poop?

GitHub Poop is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replaces the Star Button with a Poop Button".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GitHub Poop

Download GitHub Poop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam GitHub Poop GitHub Poop
ID iepepilomkehfgjamhjbelhdpgmhiknk
Officiële URL https://chromewebstore.google.com/detail/github-poop/iepepilomkehfgjamhjbelhdpgmhiknk
Beschrijving Replaces the Star Button with a Poop Button
Bestandsgrootte 15.01 KB
Aantal Installaties 57
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-08-10
Publicatiedatum 2017-08-10
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    }
}