PawPrintRadio

We Mean Furry

Wat is PawPrintRadio?

PawPrintRadio is een Chrome-extensie ontwikkeld door ShadowLeRawr, en de belangrijkste functie is "We Mean Furry".

Download het CRX-bestand van de extensie PawPrintRadio

Download PawPrintRadio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PawPrintRadio PawPrintRadio
ID ccbphdpjbbobchhfbbckapbcpoenabkf
Officiële URL https://chromewebstore.google.com/detail/pawprintradio/ccbphdpjbbobchhfbbckapbcpoenabkf
Beschrijving We Mean Furry
Bestandsgrootte 950 KB
Aantal Installaties 62
Huidige Versie 3.0
Laatst Bijgewerkt 2016-08-08
Publicatiedatum 2016-08-07
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar ShadowLeRawr
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pawprintradio.com
Ondersteunde Talen 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"
    ]
}