GitHub Poop

Replaces the Star Button with a Poop Button

What is GitHub Poop?

GitHub Poop is a Chrome extension developed by Unknown, and its main feature is "Replaces the Star Button with a Poop Button".

Extension Screenshots

screenshot

Download GitHub Poop Extension CRX File

Download GitHub Poop 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

                                            

Extension Basic Information

Name GitHub Poop GitHub Poop
ID iepepilomkehfgjamhjbelhdpgmhiknk
Official URL https://chromewebstore.google.com/detail/github-poop/iepepilomkehfgjamhjbelhdpgmhiknk
Description Replaces the Star Button with a Poop Button
File Size 15.01 KB
Installation Count 57
Current Version 1.0.1
Last Updated 2017-08-10
Publish Date 2017-08-10
Developer Unknown
Payment Type free
Supported Languages 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"
    }
}