Homerun Extension

Enhance your browsing experience with Homerun extension

什麼是Homerun Extension?

Homerun Extension是由http://homerun.fun開發的Chrome擴展程式,該擴展的主要功能是“Enhance your browsing experience with Homerun extension”。

擴展截圖

screenshot
screenshot
screenshot

下載Homerun Extension擴展crx文件

下載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                    

擴展基本資訊

名稱 Homerun Extension Homerun Extension
ID jobdicekloccijpfjemdfkdnjmcobhcg
官方網址 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"
    }
}