Playerline News

News reader companion for www.playerline.com

Qu'est-ce que Playerline News ?

Playerline News est une extension Chrome développée par https://playerline.com, et sa fonction principale est "News reader companion for www.playerline.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Playerline News

Téléchargez les fichiers d'extension Playerline News au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Playerline News Playerline News
ID hffcbaephgajgojjhbacakijafflhcka
URL Officiel https://chromewebstore.google.com/detail/playerline-news/hffcbaephgajgojjhbacakijafflhcka
Description News reader companion for www.playerline.com
Taille du Fichier 295 KB
Nombre d'Installations 488
Version Actuelle 0.9.7.3
Dernière Mise à Jour 2017-02-20
Date de Publication 2017-02-20
Évaluation 5.00/5 Total 11 Évaluations
Développeur https://playerline.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.playerline.com/
URL de la Page de Politique de Confidentialité https://www.playerline.com/privacy
Langues Prises en Charge 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"
    ]
}