Playerline News

News reader companion for www.playerline.com

Что такое Playerline News?

Playerline News - это расширение Chrome, разработанное https://playerline.com, и его основная функция - "News reader companion for www.playerline.com".

Снимки экрана расширения

screenshot

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

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

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

                        Playerline is free and provides fantasy football news from the top websites into a single feed. Constantly updated player news from Rotoworld, ESPN, CBS Sports, Yahoo! and dozens more.

Hundreds of thousands of fantasy sports fans use Playerline with Chrome, iPhone and Android.

Discover the #1 Fantasy News Network today.                    

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

Название Playerline News Playerline News
ID hffcbaephgajgojjhbacakijafflhcka
Официальный URL https://chromewebstore.google.com/detail/playerline-news/hffcbaephgajgojjhbacakijafflhcka
Описание News reader companion for www.playerline.com
Размер файла 295 KB
Количество установок 488
Текущая Версия 0.9.7.3
Последнее Обновление 2017-02-20
Дата публикации 2017-02-20
Рейтинг 5.00/5 Всего 11 оценок
Разработчик https://playerline.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.playerline.com/
URL страницы политики конфиденциальности https://www.playerline.com/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "47",
    "name": "Playerline News",
    "description": "News reader companion for www.playerline.com",
    "version": "0.9.7.3",
    "icons": {
        "38": "images\/logo38.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_title": "Playerline",
        "default_icon": {
            "38": "images\/logo38b.png"
        }
    },
    "background": {
        "scripts": [
            "js\/tzdata-javascript.min.js",
            "globals.js",
            "background.js",
            "ga.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "common.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "sidebar.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "index.html"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ]
}