PawPrintRadio

We Mean Furry

What is PawPrintRadio?

PawPrintRadio is a Chrome extension developed by ShadowLeRawr, and its main feature is "We Mean Furry".

Download PawPrintRadio Extension CRX File

Download PawPrintRadio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PawPrintRadio PawPrintRadio
ID ccbphdpjbbobchhfbbckapbcpoenabkf
Official URL https://chromewebstore.google.com/detail/pawprintradio/ccbphdpjbbobchhfbbckapbcpoenabkf
Description We Mean Furry
File Size 950 KB
Installation Count 62
Current Version 3.0
Last Updated 2016-08-08
Publish Date 2016-08-07
Rating 4.50/5 Total 4 Ratings
Developer ShadowLeRawr
Email [email protected]
Payment Type free
Extension Website https://pawprintradio.com
Supported Languages 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"
    ]
}