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
公式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
Eメール [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"
    }
}