Super Bikes
An excellent new tab extension for your Chrome browser with a Super Bikes theme.
Qu'est-ce que Super Bikes ?
Super Bikes est une extension Chrome développée par Mytech Media, et sa fonction principale est "An excellent new tab extension for your Chrome browser with a Super Bikes theme.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Super Bikes
Téléchargez les fichiers d'extension Super Bikes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Super Bikes |
ID | inemgfodgjbgienciebgbfbapoigahkd |
URL Officiel | https://chromewebstore.google.com/detail/super-bikes/inemgfodgjbgienciebgbfbapoigahkd |
Description | An excellent new tab extension for your Chrome browser with a Super Bikes theme. |
Taille du Fichier | 1.51 MB |
Nombre d'Installations | 43 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2022-10-15 |
Date de Publication | 2022-09-02 |
Développeur | Mytech Media |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.superbikestab.com/ |
URL de la Page d'Aide | https://www.superbikestab.com/contact |
URL de la Page de Politique de Confidentialité | https://www.superbikestab.com/privacy |
Langues Prises en Charge | 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" } } |