Universal Party Parrot
Now you can have Party Parrot in every subreddit!
Qu'est-ce que Universal Party Parrot ?
Universal Party Parrot est une extension Chrome développée par C_IsForCookie, et sa fonction principale est "Now you can have Party Parrot in every subreddit!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Universal Party Parrot
Téléchargez les fichiers d'extension Universal Party Parrot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Inspired by Sirocco, Now you can have Party Parrot in every subreddit! Party Parrot tags will work site-wide on Reddit. PARTY OR DIE!
Informations de Base sur l'Extension
Nom | Universal Party Parrot |
ID | bjlicnjijlfodoekhjpnagodmcppabmc |
URL Officiel | https://chromewebstore.google.com/detail/universal-party-parrot/bjlicnjijlfodoekhjpnagodmcppabmc |
Description | Now you can have Party Parrot in every subreddit! |
Taille du Fichier | 393 KB |
Nombre d'Installations | 197 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2016-07-19 |
Date de Publication | 2016-07-19 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | C_IsForCookie |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |