PawPrintRadio

We Mean Furry

Co to jest PawPrintRadio?

PawPrintRadio to rozszerzenie Chrome opracowane przez ShadowLeRawr, a jego główną funkcją jest „We Mean Furry”.

Pobierz plik CRX rozszerzenia PawPrintRadio

Pobierz pliki rozszerzeń PawPrintRadio w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa PawPrintRadio PawPrintRadio
ID ccbphdpjbbobchhfbbckapbcpoenabkf
Oficjalny URL https://chromewebstore.google.com/detail/pawprintradio/ccbphdpjbbobchhfbbckapbcpoenabkf
Opis We Mean Furry
Rozmiar pliku 950 KB
Liczba instalacji 62
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2016-08-08
Data Publikacji 2016-08-07
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper ShadowLeRawr
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://pawprintradio.com
Obsługiwane Języki 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"
    ]
}