Playerline News

News reader companion for www.playerline.com

Playerline News là gì?

Playerline News là một tiện ích mở rộng Chrome được phát triển bởi https://playerline.com, và tính năng chính của nó là "News reader companion for www.playerline.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Playerline News

Tải xuống các tệp mở rộng Playerline News dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Playerline News Playerline News
ID hffcbaephgajgojjhbacakijafflhcka
URL Chính Thức https://chromewebstore.google.com/detail/playerline-news/hffcbaephgajgojjhbacakijafflhcka
Mô tả News reader companion for www.playerline.com
Kích Thước Tệp 295 KB
Số Lần Cài Đặt 488
Phiên Bản Hiện Tại 0.9.7.3
Cập Nhật Lần Cuối 2017-02-20
Ngày Phát Hành 2017-02-20
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://playerline.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.playerline.com/
URL Trang Chính Sách Bảo Mật https://www.playerline.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}