Super Bikes

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

Co je Super Bikes?

Super Bikes je rozšíření Chrome vyvinuté Mytech Media, a jeho hlavní funkcí je „An excellent new tab extension for your Chrome browser with a Super Bikes theme.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Super Bikes

Stáhněte si soubory rozšíření Super Bikes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Super Bikes Super Bikes
ID inemgfodgjbgienciebgbfbapoigahkd
Oficiální URL https://chromewebstore.google.com/detail/super-bikes/inemgfodgjbgienciebgbfbapoigahkd
Popis An excellent new tab extension for your Chrome browser with a Super Bikes theme.
Velikost souboru 1.51 MB
Počet instalací 43
Aktuální Verze 1.0.3
Poslední Aktualizace 2022-10-15
Datum Vydání 2022-09-02
Vývojář Mytech Media
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.superbikestab.com/
URL Stránky Nápovědy https://www.superbikestab.com/contact
URL Stránky Zásad Ochrany Soukromí https://www.superbikestab.com/privacy
Podporované Jazyky 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"
    }
}