FullTube
Enlarge YouTube videos to fill the whole tab.
ما هو FullTube؟
FullTube هو إضافة Chrome تم تطويرها بواسطة ijanos، والميزة الرئيسية لها هي "Enlarge YouTube videos to fill the whole tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FullTube
قم بتنزيل ملفات الامتداد FullTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Fill the whole tab with a YouTube video without making it fullscreen.
معلومات أساسية عن التمديد
الاسم | FullTube |
ID | nmabgnejfbfgjdifjflceagbglmllefe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fulltube/nmabgnejfbfgjdifjflceagbglmllefe |
الوصف | Enlarge YouTube videos to fill the whole tab. |
حجم الملف | 4.65 KB |
عدد التثبيتات | 28 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-05-01 |
تاريخ النشر | 2016-05-01 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | ijanos |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ijanos/fulltube |
عنوان صفحة المساعدة | https://github.com/ijanos/fulltube/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FullTube", "version": "1.0", "description": "Enlarge YouTube videos to fill the whole tab.", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon-128.png", "default_title": "Enlarge video" }, "permissions": [ "declarativeContent", "activeTab" ], "icons": { "128": "icon-128.png" }, "manifest_version": 2 } |