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
公式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
Eメール [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"
    ]
}