New YouTube Design for Edge Dev
Unleash the new YouTube design on the Edge Dev browser
ما هو New YouTube Design for Edge Dev؟
New YouTube Design for Edge Dev هو إضافة Chrome تم تطويرها بواسطة DavG25، والميزة الرئيسية لها هي "Unleash the new YouTube design on the Edge Dev browser".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New YouTube Design for Edge Dev
قم بتنزيل ملفات الامتداد New YouTube Design for Edge Dev بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will allow you to use the new YouTube design / layout on the Microsoft Edge Dev browser To see how to install Chrome Web Store extension on Edge Dev, check https://davg25.com/s?UGsxu NOTE: If the new design doesn't work, delete your cookies and visit https://www.youtube.com/new
معلومات أساسية عن التمديد
الاسم | |
ID | nbbgphfjjhnanbnejleodenmgjepffcc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/new-youtube-design-for-ed/nbbgphfjjhnanbnejleodenmgjepffcc |
الوصف | Unleash the new YouTube design on the Edge Dev browser |
حجم الملف | 13.11 KB |
عدد التثبيتات | 207 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2019-05-31 |
تاريخ النشر | 2019-05-30 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | DavG25 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "DavG25", "name": "New YouTube Design for Edge Dev", "short_name": "NYTD for Edge Dev", "version": "0.0.2", "description": "Unleash the new YouTube design on the Edge Dev browser", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.youtube.com\/*" ], "background": { "scripts": [ "core.js" ], "persistent": true }, "browser_action": { "default_popup": "interface.html", "default_icon": { "128": "images\/128.png" } }, "icons": { "128": "images\/128.png" }, "manifest_version": 2 } |