Super Bikes
An excellent new tab extension for your Chrome browser with a Super Bikes theme.
Что такое Super Bikes?
Super Bikes - это расширение Chrome, разработанное Mytech Media, и его основная функция - "An excellent new tab extension for your Chrome browser with a Super Bikes theme.".
Снимки экрана расширения
Скачать файл CRX расширения Super Bikes
Скачайте файлы расширений 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 |
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" } } |