PawPrintRadio

We Mean Furry

ما هو PawPrintRadio؟

PawPrintRadio هو إضافة Chrome تم تطويرها بواسطة ShadowLeRawr، والميزة الرئيسية لها هي "We Mean Furry".

تحميل ملف CRX للإضافة PawPrintRadio

قم بتنزيل ملفات الامتداد PawPrintRadio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    ]
}