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文件

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

擴展使用說明

                        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
官方網址 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"
    }
}