Playerline News

News reader companion for www.playerline.com

Cos'è Playerline News?

Playerline News è un'estensione di Chrome sviluppata da https://playerline.com, e la sua funzione principale è "News reader companion for www.playerline.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Playerline News

Scarica i file di estensione Playerline News in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Playerline News Playerline News
ID hffcbaephgajgojjhbacakijafflhcka
URL Ufficiale https://chromewebstore.google.com/detail/playerline-news/hffcbaephgajgojjhbacakijafflhcka
Descrizione News reader companion for www.playerline.com
Dimensione del File 295 KB
Conteggio Installazioni 488
Versione Corrente 0.9.7.3
Ultimo Aggiornamento 2017-02-20
Data di Pubblicazione 2017-02-20
Valutazione 5.00/5 Totale 11 Valutazioni
Sviluppatore https://playerline.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.playerline.com/
URL della Pagina della Politica sulla Privacy https://www.playerline.com/privacy
Lingue Supportate 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"
    ]
}