CricketNotifier
Desktop notification of fours, sixes and wickets for selected matches
CricketNotifier là gì?
CricketNotifier là một tiện ích mở rộng Chrome được phát triển bởi Sports Notifier, và tính năng chính của nó là "Desktop notification of fours, sixes and wickets for selected matches".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CricketNotifier
Tải xuống các tệp mở rộng CricketNotifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension, first, shows you a list of matches which are currently going on and their current status. You can choose which all matches you want to follow. Now you will get live desktop notifications of any major events (like 4s, 6s and Out) in any of the matches you are following. Clicking on the desktop notification will redirect you to the cricinfo scoreboard. Post your feedback and let us know what you want to see in the future updates! Thanks.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | obpgcekdjbdhoomaokckjkiephefcbok |
URL Chính Thức | https://chrome.google.com/webstore/detail/cricketnotifier/obpgcekdjbdhoomaokckjkiephefcbok |
Mô tả | Desktop notification of fours, sixes and wickets for selected matches |
Kích Thước Tệp | 207 KB |
Số Lần Cài Đặt | 139 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2015-03-29 |
Ngày Phát Hành | 2015-03-29 |
Đánh Giá | 4.60/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Sports Notifier |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CricketNotifier", "description": "Desktop notification of fours, sixes and wickets for selected matches", "version": "2.2", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "notifications" ], "browser_action": { "default_icon": "cricico.png", "default_popup": "popup.html" }, "background": { "page": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "getMatches.js" ] } ] } |