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 |
| 公式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"
}
} | |