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