EPL Tracker
EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…
EPL Trackerคืออะไร?
EPL Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EPL Tracker
ดาวน์โหลดไฟล์ส่วนขยาย EPL Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the upcoming matches. In the background, it also displays a Manchester United wallpaper which changes every time the tab is reloaded. Also, there is a new quote which is shown in every new tab opened. Built by - Nikunj Mall
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EPL Tracker |
ID | mbelbobcccnkmfbdocgopgamhelehpgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/epl-tracker/mbelbobcccnkmfbdocgopgamhelehpgc |
คำอธิบาย | EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the… |
ขนาดไฟล์ | 43.88 KB |
จำนวนการติดตั้ง | 78 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-03-30 |
วันที่เผยแพร่ | 2019-03-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EPL Tracker", "short_name": "EPL", "author": "Nikunj Mall", "version": "1.0", "permissions": [ "activeTab", "storage", "https:\/\/api.football-data.org\/v2\/*" ], "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "logo.png", "default_title": "EPL Tracker" } } |