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
电子邮箱 [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"
    }
}