Full Screen for YouTube
Opens the YouTube link over the entire page using the YouTube embed url.
ما هو Full Screen for YouTube؟
Full Screen for YouTube هو إضافة Chrome تم تطويرها بواسطة Kees C. Bakker، والميزة الرئيسية لها هي "Opens the YouTube link over the entire page using the YouTube embed url.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Full Screen for YouTube
قم بتنزيل ملفات الامتداد Full Screen for YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Opens the YouTube link over the entire page using the YouTube embed url. Works even better with DeskPins (www.softpedia.com/get/Desktop-Enhancements/Other-Desktop-Enhancements/DeskPins.shtml) to keep the page on top.
معلومات أساسية عن التمديد
الاسم | |
ID | nnfllbclchoppelnicmgnnepjpimbjoh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/full-screen-for-youtube/nnfllbclchoppelnicmgnnepjpimbjoh |
الوصف | Opens the YouTube link over the entire page using the YouTube embed url. |
حجم الملف | 20.71 KB |
عدد التثبيتات | 415 |
النسخة الحالية | 0.1.2 |
آخر تحديث | 2019-08-25 |
تاريخ النشر | 2019-08-25 |
تقييم | 4.54/5 مجموع تقييمات 13 |
المطور | Kees C. Bakker |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Screen for YouTube", "short_name": "YTFS", "version": "0.1.2", "author": "Kees C. Bakker", "description": "Opens the YouTube link over the entire page using the YouTube embed url.", "page_action": { "default_title": "YouTube Full Screen", "default_icon": "images\/icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self';", "permissions": [ "storage", "tabs", "http:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/" ], "background": { "scripts": [ "YTFS.js" ] }, "icons": { "16": "images\/icon.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |