Super Bikes
An excellent new tab extension for your Chrome browser with a Super Bikes theme.
Super Bikesคืออะไร?
Super Bikes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mytech Media และคุณลักษณะหลักของมันคือ "An excellent new tab extension for your Chrome browser with a Super Bikes theme."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Bikes
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |