Super Bikes

An excellent new tab extension for your Chrome browser with a Super Bikes theme.

Super Bikes란 무엇입니까?

Super Bikes은(는) Mytech Media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An excellent new tab extension for your Chrome browser with a Super Bikes theme."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Super Bikes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Make a great SuperBikes or SuperBikes-related image for the new tabs' background! Additionally, the Add-on offers users a Custom Web Search in the New Tab.

You accept the TOS and Privacy Policy and agree to select SuperBikes Tab as your new tab page by installing the "Super Bikes Tab" Add-on.

Bing will offer the search tools that will be used in the plugin. However, your browser's default search settings won't alter due to the extension.                    

확장 프로그램 기본 정보

이름 Super Bikes Super Bikes
ID inemgfodgjbgienciebgbfbapoigahkd
공식 URL https://chromewebstore.google.com/detail/super-bikes/inemgfodgjbgienciebgbfbapoigahkd
설명 An excellent new tab extension for your Chrome browser with a Super Bikes theme.
파일 크기 1.51 MB
설치 횟수 43
현재 버전 1.0.3
최근 업데이트 2022-10-15
출시 날짜 2022-09-02
개발자 Mytech Media
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.superbikestab.com/
도움말 페이지 URL https://www.superbikestab.com/contact
개인정보 보호 정책 페이지 URL https://www.superbikestab.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Super Bikes",
    "version": "1.0.3",
    "description": "An excellent new tab extension for your Chrome browser with a Super Bikes theme.",
    "icons": {
        "16": "assets\/icons\/16px.png",
        "96": "assets\/icons\/96px.png",
        "128": "assets\/icons\/128px.png"
    },
    "author": "Tabatoo",
    "homepage_url": "https:\/\/www.superbikestab.com\/",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.superbikestab.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "background": {
        "service_worker": "mainClass.js",
        "type": "module"
    }
}