PawPrintRadio

We Mean Furry

Что такое PawPrintRadio?

PawPrintRadio - это расширение Chrome, разработанное ShadowLeRawr, и его основная функция - "We Mean Furry".

Скачать файл CRX расширения PawPrintRadio

Скачайте файлы расширений PawPrintRadio в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название PawPrintRadio PawPrintRadio
ID ccbphdpjbbobchhfbbckapbcpoenabkf
Официальный URL https://chromewebstore.google.com/detail/pawprintradio/ccbphdpjbbobchhfbbckapbcpoenabkf
Описание We Mean Furry
Размер файла 950 KB
Количество установок 62
Текущая Версия 3.0
Последнее Обновление 2016-08-08
Дата публикации 2016-08-07
Рейтинг 4.50/5 Всего 4 оценок
Разработчик ShadowLeRawr
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://pawprintradio.com
Поддерживаемые языки 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"
    ]
}