GitHub Poop
Replaces the Star Button with a Poop Button
GitHub Poopとは何ですか?
GitHub PoopはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replaces the Star Button with a Poop Button」です。
拡張機能のスクリーンショット
GitHub Poop拡張機能のCRXファイルをダウンロード
GitHub Poop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | 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" } } |