Universal Party Parrot
Now you can have Party Parrot in every subreddit!
Vad är Universal Party Parrot?
Universal Party Parrot är en Chrome-tillägg utvecklad av C_IsForCookie, och dess huvudfunktion är "Now you can have Party Parrot in every subreddit!".
Tilläggsskärmbilder
Ladda ner Universal Party Parrot-förlängningens CRX-fil
Ladda ner Universal Party Parrot-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
Inspired by Sirocco, Now you can have Party Parrot in every subreddit! Party Parrot tags will work site-wide on Reddit. PARTY OR DIE!
Grundläggande Information om Tillägg
Namn | Universal Party Parrot |
ID | bjlicnjijlfodoekhjpnagodmcppabmc |
Officiell webbadress | https://chromewebstore.google.com/detail/universal-party-parrot/bjlicnjijlfodoekhjpnagodmcppabmc |
Beskrivning | Now you can have Party Parrot in every subreddit! |
Filstorlek | 393 KB |
Antal Installationer | 197 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2016-07-19 |
Publiceringsdatum | 2016-07-19 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | C_IsForCookie |
Betalningssätt | free |
Stödda Språk | 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" ] } |