YouTube New Tab

Play your favorite videos from youtube on each new tab.

ما هو YouTube New Tab؟

YouTube New Tab هو إضافة Chrome تم تطويرها بواسطة Funny Apps & Games، والميزة الرئيسية لها هي "Play your favorite videos from youtube on each new tab.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        YouTube New Tab saves your favorite videos from youtube.com to playlist without download and play them later.

You can easily add any YouTube video in several ways:

1. Click the icon next to logo YouTube on video page
2. Context menu: right click to background on video page
3. Context menu: right click to any link, that directed to YouTube video
(for details see screens)

Next you can play your saves videos directly on each new tab without go to youtube.com and without download these videos.

Of course, on new tab is classic search on Internet and also direct search on YouTube.

Enjoy!                    

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

الاسم YouTube New Tab YouTube New Tab
ID hkdjjblefenaffilobnkdekehpjfbein
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-new-tab/hkdjjblefenaffilobnkdekehpjfbein
الوصف Play your favorite videos from youtube on each new tab.
حجم الملف 119 KB
عدد التثبيتات 838
النسخة الحالية 1.2
آخر تحديث 2021-01-13
تاريخ النشر 2021-01-12
تقييم 5.00/5 مجموع تقييمات 3
المطور Funny Apps & Games
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube New Tab",
    "description": "Play your favorite videos from youtube on each new tab.",
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "32": "img\/ico_32.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "web_accessible_resources": [
        "img\/button_add.png"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}