Universal Party Parrot
Now you can have Party Parrot in every subreddit!
Was ist Universal Party Parrot?
Universal Party Parrot ist eine Chrome-Erweiterung, die von C_IsForCookie entwickelt wurde, und ihr Hauptmerkmal ist "Now you can have Party Parrot in every subreddit!".
Erweiterungsscreenshots
Universal Party Parrot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Universal Party Parrot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Inspired by Sirocco, Now you can have Party Parrot in every subreddit!
Party Parrot tags will work site-wide on Reddit.
PARTY OR DIE! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bjlicnjijlfodoekhjpnagodmcppabmc |
| Offizielle URL | https://chromewebstore.google.com/detail/universal-party-parrot/bjlicnjijlfodoekhjpnagodmcppabmc |
| Beschreibung | Now you can have Party Parrot in every subreddit! |
| Dateigröße | 393 KB |
| Installationsanzahl | 197 |
| Aktuelle Version | 0.0.3 |
| Letztes Update | 2016-07-19 |
| Veröffentlichungsdatum | 2016-07-19 |
| Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
| Entwickler | C_IsForCookie |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Universal Party Parrot",
"short_name": "Party Parrot",
"version": "0.0.3",
"description": "Now you can have Party Parrot in every subreddit!",
"icons": {
"16": "parrot16.png",
"48": "parrot48.png",
"128": "parrot128.png"
},
"browser_action": {
"default_icon": "parrot48.png",
"default_popup": "parrot.html"
},
"permissions": [
"https:\/\/*.reddit.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.reddit.com\/*"
],
"js": [
"jquery-3.0.0.js",
"parrot.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"images\/*.gif"
]
} | |