PawPrintRadio
We Mean Furry
PawPrintRadioคืออะไร?
PawPrintRadio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ShadowLeRawr และคุณลักษณะหลักของมันคือ "We Mean Furry"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PawPrintRadio
ดาวน์โหลดไฟล์ส่วนขยาย PawPrintRadio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PawPrintRadio |
ID | ccbphdpjbbobchhfbbckapbcpoenabkf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pawprintradio/ccbphdpjbbobchhfbbckapbcpoenabkf |
คำอธิบาย | We Mean Furry |
ขนาดไฟล์ | 950 KB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2016-08-08 |
วันที่เผยแพร่ | 2016-08-07 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | ShadowLeRawr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://pawprintradio.com |
ภาษาที่รองรับ | 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" ] } |