GitHub Poop
Replaces the Star Button with a Poop Button
Hvad er GitHub Poop?
GitHub Poop er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Replaces the Star Button with a Poop Button".
Udvidelsesskærmbilleder
Download GitHub Poop-udvidelses-CRX-fil
Download GitHub Poop-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | iepepilomkehfgjamhjbelhdpgmhiknk |
| Officiel URL | https://chromewebstore.google.com/detail/github-poop/iepepilomkehfgjamhjbelhdpgmhiknk |
| Beskrivelse | Replaces the Star Button with a Poop Button |
| Filstørrelse | 15.01 KB |
| Antal Installationer | 57 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2017-08-10 |
| Udgivelsesdato | 2017-08-10 |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |