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.
擴展基本資訊
名稱 | Xento Cricket Live Score |
ID | jhbcpnkppeljmahjolffekjcepjbmmbo |
官方網址 | 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 |
電子郵箱 | [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" ] } |