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

Ultimate Basketball Fan Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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" I accept and agree to install the Ultimate Basketball Fan Extension Chrome extension and hereby agree to set the Chrome New Tab to that provided by the service and the Privacy policy and Terms of Use. The search results will be provided by Microsoft Bing.

Privacy Policy: https://searchologic.com/Privacy-Policy/
Terms of Use: https://searchologic.com/Terms-Conditions/

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

*We collect search queries to enhance the functionality of the "Ultimate Basketball Fan Extension" and provide users with a more personalized experience.

Types of Data Collected:
- Search queries entered by users.

Methods of Data Collection: Data is collected when users interact with the extension, specifically during search activities.

Data Usage: Collected search queries are used solely for the purpose of improving search functionality and enhancing user experience within the extension.
 
*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.chrome                    

확장 프로그램 기본 정보

이름 Ultimate Basketball Fan Extension Ultimate Basketball Fan Extension
ID ccalagljmhhnecblbkkpmlpodbcbgbak
공식 URL https://chromewebstore.google.com/detail/ultimate-basketball-fan-e/ccalagljmhhnecblbkkpmlpodbcbgbak
설명 The ultimate basketball themed extension, made by fans - for fans.
파일 크기 215 KB
설치 횟수 25,960
현재 버전 0.2.4
최근 업데이트 2023-10-10
출시 날짜 2023-07-17
평점 4.60/5 총 5 개의 평점
개발자 [email protected]
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://searchologic.com
도움말 페이지 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.4",
    "author": "Search-o-logic LLC",
    "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\/*",
        "*:\/\/*.fiba.basketball\/*"
    ]
}