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

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Super Bikes

قم بتنزيل ملفات الامتداد Super Bikes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://www.superbikestab.com/contact
عنوان صفحة سياسة الخصوصية 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"
    }
}