Playerline News

News reader companion for www.playerline.com

Wat is Playerline News?

Playerline News is een Chrome-extensie ontwikkeld door https://playerline.com, en de belangrijkste functie is "News reader companion for www.playerline.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Playerline News

Download Playerline News-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Playerline News Playerline News
ID hffcbaephgajgojjhbacakijafflhcka
Officiële URL https://chromewebstore.google.com/detail/playerline-news/hffcbaephgajgojjhbacakijafflhcka
Beschrijving News reader companion for www.playerline.com
Bestandsgrootte 295 KB
Aantal Installaties 488
Huidige Versie 0.9.7.3
Laatst Bijgewerkt 2017-02-20
Publicatiedatum 2017-02-20
Beoordeling 5.00/5 Totaal 11 Beoordelingen
Ontwikkelaar https://playerline.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.playerline.com/
URL van de Privacybeleid Pagina https://www.playerline.com/privacy
Ondersteunde Talen 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"
    ]
}