GitHub Poop
Replaces the Star Button with a Poop Button
Τι είναι το GitHub Poop;
Το GitHub Poop είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Replaces the Star Button with a Poop Button".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GitHub Poop
Λήψη αρχείων επέκτασης GitHub Poop σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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"
}
} | |