Xento Cricket Live Score
Live Cricket Match notifications
Xento Cricket Live Scoreとは何ですか?
Xento Cricket Live ScoreはPriyank Pandeyによって開発されたChromeの拡張機能で、その主な機能は「Live Cricket Match notifications」です。
拡張機能のスクリーンショット
Xento Cricket Live Score拡張機能のCRXファイルをダウンロード
Xento Cricket Live Score拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Live notifications from any ongoing cricket match - Tests, One-Days, T20, IPL and XPL..
If you are interested in following cricket matches around the world - then this extension is for you.
Go ahead, try it out and if you like it, please share it with your friends who are cricket fans like you. 拡張機能の基本情報
| 名前 | |
| ID | jhbcpnkppeljmahjolffekjcepjbmmbo |
| 公式URL | https://chromewebstore.google.com/detail/xento-cricket-live-score/jhbcpnkppeljmahjolffekjcepjbmmbo |
| 説明 | Live Cricket Match notifications |
| ファイルサイズ | 3.22 MB |
| インストール数 | 39 |
| 現在のバージョン | 1.7 |
| 最終更新日 | 2020-08-18 |
| 公開日 | 2020-08-18 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Priyank Pandey |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.youtube.com/watch?v=Lz5098-SeFY |
| ヘルプページのURL | https://www.youtube.com/watch?v=Lz5098-SeFY |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Xento Cricket Live Score",
"version": "1.7",
"description": "Live Cricket Match notifications",
"background": {
"page": "background.html",
"persistent": true
},
"options_page": "options.html",
"browser_action": {
"default_title": "Priyank Cricket Live Notifications",
"default_icon": "cricket.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.cricinfo.com\/",
"http:\/\/*.cricinfo.org\/",
"http:\/\/*.cricinfo.com\/*match\/*",
"http:\/\/*.cricinfo.org\/*match\/*",
"http:\/\/*.espncricinfo.com\/",
"http:\/\/*.espncricinfo.org\/",
"http:\/\/*.espncricinfo.com\/*match\/*",
"http:\/\/*.espncricinfo.org\/*match\/*"
],
"js": [
"js\/check.js"
],
"run_at": "document_end"
}
],
"permissions": [
"notifications",
"background",
"storage",
"http:\/\/*.cricinfo.com\/",
"http:\/\/*.cricinfo.org\/",
"http:\/\/*.espncricinfo.com\/",
"http:\/\/*.espncricinfo.org\/"
],
"web_accessible_resources": [
"cricket48.png"
]
} | |