Ultimate Basketball Fan Extension

The ultimate basketball themed extension, made by fans - for fans.

什麼是Ultimate Basketball Fan Extension?

Ultimate Basketball Fan Extension是由[email protected]開發的Chrome擴展程式,該擴展的主要功能是“The ultimate basketball themed extension, made by fans - for fans.”。

擴展截圖

screenshot
screenshot

下載Ultimate Basketball Fan Extension擴展crx文件

下載Ultimate Basketball Fan Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        If you're a true basketball fan, this extension is made for you.
The extension adds a scoring table to your home page that's updated in real time with live scores of all recent basketball games that occur in the US.

Also, by downloading the extension you'll receive a basketball themed wallpaper (which you can change by pressing the shuffle button on the top right corner of the homepage). On top of that, the extensions adds an active clock and the current date to the bottom of your homepage, which will always tell the current time wherever you are located.

By clicking “Add to Chrome”, you accept and agree to install the Ultimate Basketball Fan Extension, to set the Chrome™ New Tab search to Microsoft Bing, and to our Terms of Use, and Privacy Policy.  

*This Extension is an unofficial extension. It's not connected to or affiliated with any basketball team or league in any way.

Privacy Policy: https://searchologic.com/Privacy-Policy/
Terms of Use: https://searchologic.com/Terms-Conditions/
 
You may uninstall the extension at any time.
To remove our extension from Google Chrome:

1) Click on the three vertical dots icon in the upper right-hand corner of your Chrome browser.
2) Go to "Settings.”
3) In the left menu that appears, click on "Extensions.”
4) From the list of installed Extensions, locate the extension you would like to uninstall.                    

擴展基本資訊

名稱 Ultimate Basketball Fan Extension Ultimate Basketball Fan Extension
ID fpfejgibeokginmdnnnahhoijaecpobf
官方網址 https://chrome.google.com/webstore/detail/ultimate-basketball-fan-e/fpfejgibeokginmdnnnahhoijaecpobf
簡介 The ultimate basketball themed extension, made by fans - for fans.
檔案大小 215 KB
安裝次數 41,752
目前版本 0.2.2
更新時間 2023-03-24
上架時間 2022-08-01
評分 4.20/5 共 46 次評分
開發者 [email protected]
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://searchologic.com/Contact-Us/
隱私政策頁面URL https://searchologic.com/Privacy-Policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "0.2.2",
    "author": "SearchOlogic",
    "name": "Ultimate Basketball Fan Extension",
    "description": "The ultimate basketball themed extension, made by fans - for fans.",
    "background": {
        "service_worker": "background.803675d6.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*.basketball-fan.com\/*",
        "*:\/\/*.statsdream.com\/*"
    ]
}