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
公式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
Eメール [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"
    ]
}