PawPrintRadio

We Mean Furry

Hvad er PawPrintRadio?

PawPrintRadio er en Chrome-udvidelse udviklet af ShadowLeRawr, og dens hovedfunktion er "We Mean Furry".

Download PawPrintRadio-udvidelses-CRX-fil

Download PawPrintRadio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn PawPrintRadio PawPrintRadio
ID ccbphdpjbbobchhfbbckapbcpoenabkf
Officiel URL https://chromewebstore.google.com/detail/pawprintradio/ccbphdpjbbobchhfbbckapbcpoenabkf
Beskrivelse We Mean Furry
Filstørrelse 950 KB
Antal Installationer 62
Nuværende Version 3.0
Senest Opdateret 2016-08-08
Udgivelsesdato 2016-08-07
Bedømmelse 4.50/5 Samlet 4 Bedømmelser
Udvikler ShadowLeRawr
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://pawprintradio.com
Understøttede Sprog 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"
    ]
}