GitHub Poop

Replaces the Star Button with a Poop Button

什么是GitHub Poop?

GitHub Poop是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replaces the Star Button with a Poop Button”。

扩展截图

screenshot

下载GitHub Poop扩展crx文件

下载GitHub Poop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 GitHub Poop GitHub Poop
ID iepepilomkehfgjamhjbelhdpgmhiknk
官方URL https://chromewebstore.google.com/detail/github-poop/iepepilomkehfgjamhjbelhdpgmhiknk
简介 Replaces the Star Button with a Poop Button
文件大小 15.01 KB
安装次数 57
当前版本 1.0.1
更新时间 2017-08-10
上架时间 2017-08-10
开发者 Unknown
付费类型 free
支持的语言 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"
    }
}