Homerun Extension
Enhance your browsing experience with Homerun extension
Homerun Extensionคืออะไร?
Homerun Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://homerun.fun และคุณลักษณะหลักของมันคือ "Enhance your browsing experience with Homerun extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Homerun Extension
ดาวน์โหลดไฟล์ส่วนขยาย Homerun Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
New tab extension for your chrome browser. Follow on the sports you like daily. By Clicking the CTA, I accept and agree to installing the ‘Homerun’ Chrome extension and setting Chrome™ New Tab to that provided by the service, New Tab searches powered by Microsoft Bing, and to the Terms of Use and Privacy Policy Homerun extension tab provide you with sports news from CBC sports, Sports 360, Sports Keeda and Sports Net. This extension takes over your new tab and the search features within the extension will be provided by Microsoft Bing. However, the extension will not make any changes in your default browser search setting. Privacy policy: https://homerun.fun/privacy Terms and conditions: https://homerun.fun/terms
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jobdicekloccijpfjemdfkdnjmcobhcg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/homerun-extension/jobdicekloccijpfjemdfkdnjmcobhcg |
คำอธิบาย | Enhance your browsing experience with Homerun extension |
ขนาดไฟล์ | 2.6 MB |
จำนวนการติดตั้ง | 11,838 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2023-06-11 |
วันที่เผยแพร่ | 2023-03-10 |
คะแนน | 3.70/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | http://homerun.fun |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://homerun.fun |
URL หน้านโยบายความเป็นส่วนตัว | https://axeite.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Homerun Extension", "version": "1.3", "description": "Enhance your browsing experience with Homerun extension", "manifest_version": 3, "author": "Homerun", "chrome_url_overrides": { "newtab": ".\/src\/main.html" }, "permissions": [ "cookies" ], "background": { "service_worker": ".\/src\/background.js" }, "icons": { "48": "static\/homerun.png" }, "host_permissions": [ "*:\/\/homerun.fun\/*", "*:\/\/*.homerun.fun\/*" ], "action": { "default_icon": "static\/homerun.png" } } |