Homerun Extension

Enhance your browsing experience with Homerun extension

Homerun Extension क्या है?

Homerun Extension http://homerun.fun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your browsing experience with Homerun extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Homerun Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}