ShortsFullscreen
Adds a fullscreen control to YouTube Shorts
ما هو ShortsFullscreen؟
ShortsFullscreen هو إضافة Chrome تم تطويرها بواسطة DiAvisoo Solutions، والميزة الرئيسية لها هي "Adds a fullscreen control to YouTube Shorts".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ShortsFullscreen
قم بتنزيل ملفات الامتداد ShortsFullscreen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a fullscreen control to YouTube Shorts. Just go to a YouTube Shorts video and hover the mouse cursor over a video. The fullscreen button will appear at the top. If you like this extension, please check out my other project xRoad at https://xroad.app. Thanks!
معلومات أساسية عن التمديد
الاسم | ShortsFullscreen |
ID | molcegabghkphlnemjfciclgoooejakj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj |
الوصف | Adds a fullscreen control to YouTube Shorts |
حجم الملف | 33.68 KB |
عدد التثبيتات | 1,088 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2022-09-20 |
تاريخ النشر | 2022-09-19 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | DiAvisoo Solutions |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://webcapta.in/fs_privacy.txt |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ShortsFullscreen", "description": "Adds a fullscreen control to YouTube Shorts", "version": "0.0.1", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/shorts\/*" ], "js": [ "\/content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": "logo.png" }, "content_security_policy": [] } |