The Prodigy New Tab

Videos from The Prodigy YouTube channel directly on New Tab.

ما هو The Prodigy New Tab؟

The Prodigy New Tab هو إضافة Chrome تم تطويرها بواسطة https://www.newtabs.net، والميزة الرئيسية لها هي "Videos from The Prodigy YouTube channel directly on New Tab.".

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

screenshot

تحميل ملف CRX للإضافة The Prodigy New Tab

قم بتنزيل ملفات الامتداد The Prodigy New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        YouTube videos and Facebook news from favorite music artist The Prodigy on each new tab. This is your music inspiration for every day.

You can play latest videos from The Prodigy channel directly on new tab in your browser. Of course, there is classic search on Google and also directly search on YouTube.                    

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

الاسم The Prodigy New Tab The Prodigy New Tab
ID fmegiolihmaockkbhdccbjajeaiinefi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/the-prodigy-new-tab/fmegiolihmaockkbhdccbjajeaiinefi
الوصف Videos from The Prodigy YouTube channel directly on New Tab.
حجم الملف 129 KB
عدد التثبيتات 97
النسخة الحالية 1.1
آخر تحديث 2020-10-19
تاريخ النشر 2020-10-19
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.newtabs.net
البريد الإلكتروني [email protected]
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Prodigy New Tab",
    "description": "Videos from The Prodigy YouTube channel directly on New Tab.",
    "version": "1.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "jquery.js",
            "bg.js"
        ]
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "browser_action": {
        "default_icon": "images\/ico19.png"
    },
    "icons": {
        "16": "images\/ico16.png",
        "19": "images\/ico19.png",
        "32": "images\/ico32.png",
        "48": "images\/ico48.png",
        "128": "images\/ico128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}