Super Bikes
An excellent new tab extension for your Chrome browser with a Super Bikes theme.
什么是Super Bikes?
Super Bikes是由Mytech Media开发的Chrome扩展程序,该扩展的主要功能是“An excellent new tab extension for your Chrome browser with a Super Bikes theme.”。
扩展截图
下载Super Bikes扩展crx文件
下载Super Bikes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Super Bikes |
ID | inemgfodgjbgienciebgbfbapoigahkd |
官方URL | https://chromewebstore.google.com/detail/super-bikes/inemgfodgjbgienciebgbfbapoigahkd |
简介 | An excellent new tab extension for your Chrome browser with a Super Bikes theme. |
文件大小 | 1.51 MB |
安装次数 | 43 |
当前版本 | 1.0.3 |
更新时间 | 2022-10-15 |
上架时间 | 2022-09-02 |
开发者 | Mytech Media |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.superbikestab.com/ |
帮助页面URL | https://www.superbikestab.com/contact |
隐私政策页面URL | https://www.superbikestab.com/privacy |
支持的语言 | 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" } } |