Super Bikes
An excellent new tab extension for your Chrome browser with a Super Bikes theme.
O que é Super Bikes?
Super Bikes é uma extensão do Chrome desenvolvida por Mytech Media, e sua principal característica é "An excellent new tab extension for your Chrome browser with a Super Bikes theme.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Super Bikes
Baixe arquivos de extensão Super Bikes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Super Bikes |
ID | inemgfodgjbgienciebgbfbapoigahkd |
URL Oficial | https://chromewebstore.google.com/detail/super-bikes/inemgfodgjbgienciebgbfbapoigahkd |
Descrição | An excellent new tab extension for your Chrome browser with a Super Bikes theme. |
Tamanho do Arquivo | 1.51 MB |
Contagem de Instalações | 43 |
Versão Atual | 1.0.3 |
Última Atualização | 2022-10-15 |
Data de Publicação | 2022-09-02 |
Desenvolvedor | Mytech Media |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.superbikestab.com/ |
URL da Página de Ajuda | https://www.superbikestab.com/contact |
URL da Página de Política de Privacidade | https://www.superbikestab.com/privacy |
Idiomas Suportados | 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" } } |