YouTube Notch Mode
Bring the magic of the iPhone X’s new display to YouTube.
ما هو YouTube Notch Mode؟
YouTube Notch Mode هو إضافة Chrome تم تطويرها بواسطة Minutepeople، والميزة الرئيسية لها هي "Bring the magic of the iPhone X’s new display to YouTube.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Notch Mode
قم بتنزيل ملفات الامتداد YouTube Notch Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Bring the magic of the iPhone X’s new display to YouTube by placing a giant, ugly notch on the side of every video.
معلومات أساسية عن التمديد
الاسم | |
ID | fiklbelmepfnpojheaklfnhfhbfkmibb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-notch-mode/fiklbelmepfnpojheaklfnhfhbfkmibb |
الوصف | Bring the magic of the iPhone X’s new display to YouTube. |
حجم الملف | 41.33 KB |
عدد التثبيتات | 131 |
النسخة الحالية | 1 |
آخر تحديث | 2017-09-12 |
تاريخ النشر | 2017-09-12 |
تقييم | 4.73/5 مجموع تقييمات 15 |
المطور | Minutepeople |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://notchmode.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Notch Mode", "description": "Bring the magic of the iPhone X\u2019s new display to YouTube.", "version": "1", "manifest_version": 2, "page_action": { "default_icon": "128.png", "default_title": "YouTube Notch Mode" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "js": [ "jquery.min.js", "script.js" ] } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |