Playerline News

News reader companion for www.playerline.com

Vad är Playerline News?

Playerline News är en Chrome-tillägg utvecklad av https://playerline.com, och dess huvudfunktion är "News reader companion for www.playerline.com".

Tilläggsskärmbilder

screenshot

Ladda ner Playerline News-förlängningens CRX-fil

Ladda ner Playerline News-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Playerline News Playerline News
ID hffcbaephgajgojjhbacakijafflhcka
Officiell webbadress https://chromewebstore.google.com/detail/playerline-news/hffcbaephgajgojjhbacakijafflhcka
Beskrivning News reader companion for www.playerline.com
Filstorlek 295 KB
Antal Installationer 488
Aktuell Version 0.9.7.3
Senast Uppdaterad 2017-02-20
Publiceringsdatum 2017-02-20
Betyg 5.00/5 Totalt 11 Betyg
Utvecklare https://playerline.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.playerline.com/
URL till Sekretesspolicy Sidan https://www.playerline.com/privacy
Stödda Språk 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"
    ]
}