ESPNCricinfo
Shows you the latest cricket news, features and live scores from ESPNcricinfo.com
ESPNCricinfoคืออะไร?
ESPNCricinfo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.espncricinfo.com และคุณลักษณะหลักของมันคือ "Shows you the latest cricket news, features and live scores from ESPNcricinfo.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ESPNCricinfo
ดาวน์โหลดไฟล์ส่วนขยาย ESPNCricinfo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ESPNcricinfo extension for Google Chrome, giving you the latest cricket news, features and live scores from the world's leading and favourite cricket site, ESPNcricinfo.com. New in 1.8.5 • Bug fixes • Added chrome desktop notification alert New in version 1.8.4 • Important security update New in version 1.8.3 • We've stopped requesting for the 'tabs' permission, so you will no longer see the warning about the extension requiring access to your history • A bug that prevented the users from deselecting the second team has been fixed NOTE: in version 1.8.1 you may be asked to approve some new permissions. Don't worry - we just need to access various ESPN Cricinfo servers which previously we didn't. Anyway, as we were saying, in addition to alerting you about a new story via a small notification badge, we also show the current scores in a tooltip when you hover over the extensions's icon. Wicket Alerts: You can now select one or more matches to follow (by clicking the checkboxes next to them). Whenever a wicket falls at one of your chosen matches, the extension's icon will change to a W on a red background. You can click the icon to see the wicket that fell. Alternatively, you can choose to be notified by a Desktop Notification alert. Please visit the Options page to enable Desktop Notifications. There is a bug in Chrome whereby clicking "Disable notifications from ESPNCricinfo" does nothing. If you don't want Desktop Notifications, please disable them from the extension's Options page. You can filter the news stories by country. Click on the small gear icon in the top right corner of the extension to access the Options page and select up to two countries.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ESPNCricinfo |
ID | ijhlikjoigjegofbedmfmlcfkmhabldh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/espncricinfo/ijhlikjoigjegofbedmfmlcfkmhabldh |
คำอธิบาย | Shows you the latest cricket news, features and live scores from ESPNcricinfo.com |
ขนาดไฟล์ | 98.14 KB |
จำนวนการติดตั้ง | 100,531 |
เวอร์ชันปัจจุบัน | 1.8.5.3 |
อัปเดตครั้งล่าสุด | 2020-03-04 |
วันที่เผยแพร่ | 2020-03-04 |
คะแนน | 4.47/5 รวมทั้งหมด 1002 คะแนน |
ผู้พัฒนา | https://www.espncricinfo.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.espncricinfo.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://privacy.thewaltdisneycompany.com/en |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ESPNCricinfo", "short_name": "ESPNCricinfo", "version": "1.8.5.3", "description": "Shows you the latest cricket news, features and live scores from ESPNcricinfo.com", "minimum_chrome_version": "5.0", "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "ESPN Cricinfo - Cricket news, features and live scores", "default_icon": "icon19.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.cricinfo.com\/", "http:\/\/*.cricinfo.org\/", "https:\/\/*.cricinfo.com\/*match\/*", "http:\/\/*.cricinfo.org\/*match\/*", "https:\/\/*.espncricinfo.com\/", "http:\/\/*.espncricinfo.org\/", "https:\/\/*.espncricinfo.com\/*match\/*", "http:\/\/*.espncricinfo.org\/*match\/*" ], "js": [ "js\/check.js" ], "run_at": "document_end" } ], "permissions": [ "notifications", "background", "https:\/\/*.cricinfo.com\/", "http:\/\/*.cricinfo.org\/", "https:\/\/*.espncricinfo.com\/", "http:\/\/*.espncricinfo.org\/" ] } |