New Tab Video Background
Replace the default new tab with your own video background from YouTube.
ما هو New Tab Video Background؟
New Tab Video Background هو إضافة Chrome تم تطويرها بواسطة JCZ Studios، والميزة الرئيسية لها هي "Replace the default new tab with your own video background from YouTube.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New Tab Video Background
قم بتنزيل ملفات الامتداد New Tab Video Background بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to use a YouTube video for your new tab.
معلومات أساسية عن التمديد
الاسم | New Tab Video Background |
ID | nnecgmaghchbkjopbahkcoidopilelfc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/new-tab-video-background/nnecgmaghchbkjopbahkcoidopilelfc |
الوصف | Replace the default new tab with your own video background from YouTube. |
حجم الملف | 36.02 KB |
عدد التثبيتات | 239 |
النسخة الحالية | 0.1 |
آخر تحديث | 2017-10-26 |
تاريخ النشر | 2017-10-26 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | JCZ Studios |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Video Background", "version": "0.1", "description": "Replace the default new tab with your own video background from YouTube.", "chrome_url_overrides": { "newtab": "new-tab.html" }, "background": { "scripts": [ "js\/background.js" ] }, "icons": { "128": "icon.png" }, "permissions": [ "storage" ], "options_page": "options.html" } |