Super Bikes
An excellent new tab extension for your Chrome browser with a Super Bikes theme.
Was ist Super Bikes?
Super Bikes ist eine Chrome-Erweiterung, die von Mytech Media entwickelt wurde, und ihr Hauptmerkmal ist "An excellent new tab extension for your Chrome browser with a Super Bikes theme.".
Erweiterungsscreenshots
Super Bikes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Super Bikes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Super Bikes |
ID | inemgfodgjbgienciebgbfbapoigahkd |
Offizielle URL | https://chromewebstore.google.com/detail/super-bikes/inemgfodgjbgienciebgbfbapoigahkd |
Beschreibung | An excellent new tab extension for your Chrome browser with a Super Bikes theme. |
Dateigröße | 1.51 MB |
Installationsanzahl | 43 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2022-10-15 |
Veröffentlichungsdatum | 2022-09-02 |
Entwickler | Mytech Media |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.superbikestab.com/ |
Hilfeseite URL | https://www.superbikestab.com/contact |
URL der Datenschutzrichtlinien-Seite | https://www.superbikestab.com/privacy |
Unterstützte Sprachen | 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" } } |