PawPrintRadio
We Mean Furry
Qu'est-ce que PawPrintRadio ?
PawPrintRadio est une extension Chrome développée par ShadowLeRawr, et sa fonction principale est "We Mean Furry".
Télécharger le fichier CRX de l'extension PawPrintRadio
Téléchargez les fichiers d'extension PawPrintRadio 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
Paw Print Radio is an internet radio station that proudly plays some of the best music produced by the furry fandom. Originally founded as Mane Frame Radio in 2015 with a focus on music in the Brony fandom, this new effort is committed to providing listeners with a wide variety of music. Paw Print Radio is excited for this new endeavor into the Furry Community and looks forward to have all of its fans along for the ride.
Informations de Base sur l'Extension
Nom | PawPrintRadio |
ID | ccbphdpjbbobchhfbbckapbcpoenabkf |
URL Officiel | https://chromewebstore.google.com/detail/pawprintradio/ccbphdpjbbobchhfbbckapbcpoenabkf |
Description | We Mean Furry |
Taille du Fichier | 950 KB |
Nombre d'Installations | 62 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2016-08-08 |
Date de Publication | 2016-08-07 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | ShadowLeRawr |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pawprintradio.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PawPrintRadio", "version": "3.0", "manifest_version": 2, "description": "We Mean Furry", "browser_action": { "default_icon": "icon.png", "default_popup": "mypopup.html", "omnibox": { "keyword": "yeah" } }, "icons": { "48": "icon.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "page": "background.html" }, "permissions": [ "background" ] } |