Super Bikes

An excellent new tab extension for your Chrome browser with a Super Bikes theme.

Super Bikes क्या है?

Super Bikes Mytech Media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An excellent new tab extension for your Chrome browser with a Super Bikes theme."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Super Bikes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}