PawPrintRadio

We Mean Furry

Cos'è PawPrintRadio?

PawPrintRadio è un'estensione di Chrome sviluppata da ShadowLeRawr, e la sua funzione principale è "We Mean Furry".

Scarica il file CRX dell'estensione PawPrintRadio

Scarica i file di estensione PawPrintRadio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PawPrintRadio PawPrintRadio
ID ccbphdpjbbobchhfbbckapbcpoenabkf
URL Ufficiale https://chromewebstore.google.com/detail/pawprintradio/ccbphdpjbbobchhfbbckapbcpoenabkf
Descrizione We Mean Furry
Dimensione del File 950 KB
Conteggio Installazioni 62
Versione Corrente 3.0
Ultimo Aggiornamento 2016-08-08
Data di Pubblicazione 2016-08-07
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore ShadowLeRawr
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pawprintradio.com
Lingue Supportate 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"
    ]
}