Super Bikes

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

Co to jest Super Bikes?

Super Bikes to rozszerzenie Chrome opracowane przez Mytech Media, a jego główną funkcją jest „An excellent new tab extension for your Chrome browser with a Super Bikes theme.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Super Bikes

Pobierz pliki rozszerzeń Super Bikes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Super Bikes Super Bikes
ID inemgfodgjbgienciebgbfbapoigahkd
Oficjalny URL https://chromewebstore.google.com/detail/super-bikes/inemgfodgjbgienciebgbfbapoigahkd
Opis An excellent new tab extension for your Chrome browser with a Super Bikes theme.
Rozmiar pliku 1.51 MB
Liczba instalacji 43
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2022-10-15
Data Publikacji 2022-09-02
Deweloper Mytech Media
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.superbikestab.com/
Adres URL Strony Pomocy https://www.superbikestab.com/contact
Adres URL Strony Polityki Prywatności https://www.superbikestab.com/privacy
Obsługiwane Języki 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"
    }
}