Playerline News

News reader companion for www.playerline.com

什麼是Playerline News?

Playerline News是由https://playerline.com開發的Chrome擴展程式,該擴展的主要功能是“News reader companion for www.playerline.com”。

擴展截圖

screenshot

下載Playerline News擴展crx文件

下載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
官方網址 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"
    ]
}