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…”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | ipkcgbmkjeabphgknkeiabfebhlpknip |
| 官方網址 | 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"
}
} | |