Cricketism Fantasy League

Cricketism Fantasy League - This extension helps in the calculating points for the Cricket fantasy game played in a facebook group…

Was ist Cricketism Fantasy League?

Cricketism Fantasy League ist eine Chrome-Erweiterung, die von Karthik Srinivasan entwickelt wurde, und ihr Hauptmerkmal ist "Cricketism Fantasy League - This extension helps in the calculating points for the Cricket fantasy game played in a facebook group…".

Erweiterungsscreenshots

screenshot

Cricketism Fantasy League-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cricketism Fantasy League-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Cricketism Fantasy League - This extension helps in the calculating points for the Cricket fantasy game played in a facebook group called Cricketism.                    

Grundlegende Informationen zur Erweiterung

Name Cricketism Fantasy League Cricketism Fantasy League
ID ipkcgbmkjeabphgknkeiabfebhlpknip
Offizielle URL https://chromewebstore.google.com/detail/cricketism-fantasy-league/ipkcgbmkjeabphgknkeiabfebhlpknip
Beschreibung Cricketism Fantasy League - This extension helps in the calculating points for the Cricket fantasy game played in a facebook group…
Dateigröße 61.21 KB
Installationsanzahl 35
Aktuelle Version 0.0.1.5
Letztes Update 2015-02-15
Veröffentlichungsdatum 2015-02-14
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler Karthik Srinivasan
Zahlungsart free
Erweiterungswebsite https://www.facebook.com/groups/cricketism
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cricketism Fantasy League",
    "version": "0.0.1.5",
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.espncricinfo.com\/*\/engine\/match\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}