Fill Window - Youtube
Plays Youtube videos in the entire window
ما هو Fill Window - Youtube؟
Fill Window - Youtube هو إضافة Chrome تم تطويرها بواسطة TT Ext، والميزة الرئيسية لها هي "Plays Youtube videos in the entire window".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fill Window - Youtube
قم بتنزيل ملفات الامتداد Fill Window - Youtube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a button to the corner of your browser that will toggle youtube videos to fill the window.
Advantages: Does not run any code when not in use. Will also work on drive.google.com معلومات أساسية عن التمديد
| الاسم | |
| ID | ndkhjifkhiepbolnmojnaaghdfdepjof |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/fill-window-youtube/ndkhjifkhiepbolnmojnaaghdfdepjof |
| الوصف | Plays Youtube videos in the entire window |
| حجم الملف | 13.13 KB |
| عدد التثبيتات | 1,069 |
| النسخة الحالية | 0.0.0.10 |
| آخر تحديث | 2024-02-23 |
| تاريخ النشر | 2019-04-27 |
| تقييم | 4.78/5 مجموع تقييمات 18 |
| المطور | TT Ext |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fill Window - Youtube",
"description": "Plays Youtube videos in the entire window",
"version": "0.0.0.10",
"permissions": [
"scripting",
"activeTab"
],
"commands": [],
"manifest_version": 3,
"icons": {
"128": "red.png"
},
"action": {
"default_title": "Fill Window",
"default_popup": "window.html",
"default_icon": "red.png"
}
} | |