Batter Up
Know when your favourite baseball players are about to pitch or bat
Batter Upคืออะไร?
Batter Up เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mcmadbat และคุณลักษณะหลักของมันคือ "Know when your favourite baseball players are about to pitch or bat"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Batter Up
ดาวน์โหลดไฟล์ส่วนขยาย Batter Up ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It can be hard to watch all your favourite players from across the MLB. Batter Up helps you to never miss a pitch by sending you a push notification when a player is about to enter to game. Keeping up with your favourite players is easy as 1-2-3 1) Add all the players that you want to watch throughout the season 2) Batter Up will then send you a notification the second that they're about to enter the game 3) Simply click on the MLB.TV link to watch your heroes shine Change History: V 3.0.0 (July 21, 2020) Batter Up is returning for the 2020 season! - minor stability and performance improvements V2.0.4 (April 13, 2019) - fixed issue with new players not having a photo V2.0.3 (April 11, 2019) - fixed the extension crashing V2.0.2 (April 10, 2019) - fixed issue with showing postponed games as final V2.0.1 (April 9, 2019) - performance enhancements and minor bug fixes V2.0.0 (March 15, 2019) Batter Up is returning for the 2019 season! - added current in game score - added scheduled game time - more accurate game statuses - performance enhancements V1.0.8 (April 7, 2018) - performance enhancements V1.0.5 (April 2, 2018) Bugixes: - fixed issue with not able to add Yuli Gurriel - fixed issue with notifications being sent before game time for probably pitchers - fixed issue with the 2nd game of a double header not showing V1.0.4 (April 1, 2018) Bugfixes: - fixed badge icon number being incorrect if notifications are turned off V1.0.3 (April 1, 2018) Enhancements: - added a MLB.TV button in the notification itself Bugfixes: - fixed an issue where the pitcher's team is batting but his status is still "pitching" V1.0.2 (March 31, 2018) Enhancements: - added an audio cue for notifications - added mute button to toggle the sound V1.0.1 (March 29, 2018) Bug fixes: - fixed not being able to select a player if there are multiple with the same name - fixed the notification toggle not working properly - fixed the player list not saving upon chrome exit V1.0.0 (March 28, 2018) - Initial Release!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jnafaeneoijiefchaegfgoiehafbdfob |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/batter-up/jnafaeneoijiefchaegfgoiehafbdfob |
คำอธิบาย | Know when your favourite baseball players are about to pitch or bat |
ขนาดไฟล์ | 259 KB |
จำนวนการติดตั้ง | 845 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2020-07-21 |
วันที่เผยแพร่ | 2019-04-13 |
คะแนน | 4.78/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | mcmadbat |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Batter Up", "version": "3.0.0", "manifest_version": 2, "description": "Know when your favourite baseball players are about to pitch or bat", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Batter Up", "default_popup": "index.html" }, "permissions": [ "notifications", "storage", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |