Cricketism Fantasy League

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

什么是Cricketism Fantasy League?

Cricketism Fantasy League是由Karthik Srinivasan开发的Chrome扩展程序,该扩展的主要功能是“Cricketism Fantasy League - This extension helps in the calculating points for the Cricket fantasy game played in a facebook group…”。

扩展截图

screenshot

下载Cricketism Fantasy League扩展crx文件

下载Cricketism Fantasy League扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Cricketism Fantasy League Cricketism Fantasy League
ID ipkcgbmkjeabphgknkeiabfebhlpknip
官方URL https://chromewebstore.google.com/detail/cricketism-fantasy-league/ipkcgbmkjeabphgknkeiabfebhlpknip
简介 Cricketism Fantasy League - This extension helps in the calculating points for the Cricket fantasy game played in a facebook group…
文件大小 61.21 KB
安装次数 35
当前版本 0.0.1.5
更新时间 2015-02-15
上架时间 2015-02-14
评分 3.50/5 共2次评分
开发者 Karthik Srinivasan
付费类型 free
扩展官网 https://www.facebook.com/groups/cricketism
支持的语言 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"
    }
}