Red Bull X-Alps

The official Red Bull X-Alps New Tab Extension is here! Get the latest news and beautiful wallpapers live in your browser!

ما هو Red Bull X-Alps؟

Red Bull X-Alps هو إضافة Chrome تم تطويرها بواسطة brandTURBO، والميزة الرئيسية لها هي "The official Red Bull X-Alps New Tab Extension is here! Get the latest news and beautiful wallpapers live in your browser!".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Red Bull X-Alps

قم بتنزيل ملفات الامتداد Red Bull X-Alps بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Make sure you never miss a beat of the greatest action adventure race!

Install the extension and have beautiful photography of your favourite athletes decorate your browser and have a brand new way to surf and navigate the web.

Get quick access to your favourite Google Apps, bookmarks, history, top-sites and customize this extension further to your needs.

This is a white label enterprise extension for Red Bull X-Alps.                    

معلومات أساسية عن التمديد

الاسم Red Bull X-Alps Red Bull X-Alps
ID dfenheodnpbgfelppdpfkmmbfkmlcnbo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dfenheodnpbgfelppdpfkmmbfkmlcnbo
الوصف The official Red Bull X-Alps New Tab Extension is here! Get the latest news and beautiful wallpapers live in your browser!
حجم الملف 2.59 MB
عدد التثبيتات 343
النسخة الحالية 3.3.1
آخر تحديث 2022-11-21
تاريخ النشر 2021-05-22
المطور brandTURBO
البريد الإلكتروني [email protected]
موقع الإضافة https://www.redbullxalps.com/
عنوان صفحة المساعدة https://www.redbullxalps.com/
عنوان صفحة سياسة الخصوصية https://www.brandturbo.vip/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Red Bull X-Alps",
    "version": "3.3.1",
    "description": "The official Red Bull X-Alps New Tab Extension is here! Get the latest news and beautiful wallpapers live in your browser!",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "topSites"
    ],
    "optional_permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.redbullxalps.com\/*"
        ]
    }
}