PawPrintRadio
We Mean Furry
Was ist PawPrintRadio?
PawPrintRadio ist eine Chrome-Erweiterung, die von ShadowLeRawr entwickelt wurde, und ihr Hauptmerkmal ist "We Mean Furry".
PawPrintRadio-Erweiterungs-CRX-Datei herunterladen
Laden Sie PawPrintRadio-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
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.
Grundlegende Informationen zur Erweiterung
Name | PawPrintRadio |
ID | ccbphdpjbbobchhfbbckapbcpoenabkf |
Offizielle URL | https://chromewebstore.google.com/detail/pawprintradio/ccbphdpjbbobchhfbbckapbcpoenabkf |
Beschreibung | We Mean Furry |
Dateigröße | 950 KB |
Installationsanzahl | 62 |
Aktuelle Version | 3.0 |
Letztes Update | 2016-08-08 |
Veröffentlichungsdatum | 2016-08-07 |
Bewertung | 4.50/5 Insgesamt 4 Bewertungen |
Entwickler | ShadowLeRawr |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://pawprintradio.com |
Unterstützte Sprachen | 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" ] } |