Super Bikes
An excellent new tab extension for your Chrome browser with a Super Bikes theme.
Vad är Super Bikes?
Super Bikes är en Chrome-tillägg utvecklad av Mytech Media, och dess huvudfunktion är "An excellent new tab extension for your Chrome browser with a Super Bikes theme.".
Tilläggsskärmbilder
Ladda ner Super Bikes-förlängningens CRX-fil
Ladda ner Super Bikes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Super Bikes |
ID | inemgfodgjbgienciebgbfbapoigahkd |
Officiell webbadress | https://chromewebstore.google.com/detail/super-bikes/inemgfodgjbgienciebgbfbapoigahkd |
Beskrivning | An excellent new tab extension for your Chrome browser with a Super Bikes theme. |
Filstorlek | 1.51 MB |
Antal Installationer | 43 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2022-10-15 |
Publiceringsdatum | 2022-09-02 |
Utvecklare | Mytech Media |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.superbikestab.com/ |
Hjälpsida URL | https://www.superbikestab.com/contact |
URL till Sekretesspolicy Sidan | https://www.superbikestab.com/privacy |
Stödda Språk | 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" } } |