Xento Cricket Live Score
Live Cricket Match notifications
Xento Cricket Live Scoreคืออะไร?
Xento Cricket Live Score เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Priyank Pandey และคุณลักษณะหลักของมันคือ "Live Cricket Match notifications"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Xento Cricket Live Score
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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" ] } |