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
电子邮箱 [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"
    ]
}