GitHub Poop
Replaces the Star Button with a Poop Button
Vad är GitHub Poop?
GitHub Poop är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replaces the Star Button with a Poop Button".
Tilläggsskärmbilder
Ladda ner GitHub Poop-förlängningens CRX-fil
Ladda ner GitHub Poop-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | iepepilomkehfgjamhjbelhdpgmhiknk |
| Officiell webbadress | https://chromewebstore.google.com/detail/github-poop/iepepilomkehfgjamhjbelhdpgmhiknk |
| Beskrivning | Replaces the Star Button with a Poop Button |
| Filstorlek | 15.01 KB |
| Antal Installationer | 57 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2017-08-10 |
| Publiceringsdatum | 2017-08-10 |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |