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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}