PawPrintRadio

We Mean Furry

什麼是PawPrintRadio?

PawPrintRadio是由ShadowLeRawr開發的Chrome擴展程式,該擴展的主要功能是“We Mean Furry”。

下載PawPrintRadio擴展crx文件

下載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 PawPrintRadio
ID ccbphdpjbbobchhfbbckapbcpoenabkf
官方網址 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"
    ]
}