Super Bikes
An excellent new tab extension for your Chrome browser with a Super Bikes theme.
Cos'è Super Bikes?
Super Bikes è un'estensione di Chrome sviluppata da Mytech Media, e la sua funzione principale è "An excellent new tab extension for your Chrome browser with a Super Bikes theme.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Super Bikes
Scarica i file di estensione Super Bikes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Super Bikes |
ID | inemgfodgjbgienciebgbfbapoigahkd |
URL Ufficiale | https://chromewebstore.google.com/detail/super-bikes/inemgfodgjbgienciebgbfbapoigahkd |
Descrizione | An excellent new tab extension for your Chrome browser with a Super Bikes theme. |
Dimensione del File | 1.51 MB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2022-10-15 |
Data di Pubblicazione | 2022-09-02 |
Sviluppatore | Mytech Media |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.superbikestab.com/ |
URL della Pagina di Aiuto | https://www.superbikestab.com/contact |
URL della Pagina della Politica sulla Privacy | https://www.superbikestab.com/privacy |
Lingue Supportate | 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" } } |