PawPrintRadio
We Mean Furry
Apa itu PawPrintRadio?
PawPrintRadio adalah ekstensi Chrome yang dikembangkan oleh ShadowLeRawr, dan fitur utamanya adalah "We Mean Furry".
Unduh Berkas CRX Ekstensi PawPrintRadio
Unduh file ekstensi PawPrintRadio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | PawPrintRadio |
ID | ccbphdpjbbobchhfbbckapbcpoenabkf |
URL Resmi | https://chromewebstore.google.com/detail/pawprintradio/ccbphdpjbbobchhfbbckapbcpoenabkf |
Deskripsi | We Mean Furry |
Ukuran File | 950 KB |
Jumlah Instalasi | 62 |
Versi Saat Ini | 3.0 |
Terakhir Diperbarui | 2016-08-08 |
Tanggal Publikasi | 2016-08-07 |
Penilaian | 4.50/5 Total 4 Penilaian |
Pengembang | ShadowLeRawr |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://pawprintradio.com |
Bahasa yang Didukung | 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" ] } |