Youtube Full Screen(unrestricted)
This extension lets you play youtube video in full browser window. Updated to fix new change
ما هو Youtube Full Screen(unrestricted)؟
Youtube Full Screen(unrestricted) هو إضافة Chrome تم تطويرها بواسطة pawanth، والميزة الرئيسية لها هي "This extension lets you play youtube video in full browser window. Updated to fix new change".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube Full Screen(unrestricted)
قم بتنزيل ملفات الامتداد Youtube Full Screen(unrestricted) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
***NEW*** Updated to fix new change in youtube, causing file download ********* Youtube Full Screen(unrestricted), chrome extension, lets users play youtube video in full browser window. It gives users full screen view with advantage of switching between tabs or another applications. With this extension user can view restricted videos ( with few exceptions) without logging in to youtube.
معلومات أساسية عن التمديد
الاسم | |
ID | ahhpplghjcmkafbdckegaaolclopkbad |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-full-screenunrest/ahhpplghjcmkafbdckegaaolclopkbad |
الوصف | This extension lets you play youtube video in full browser window. Updated to fix new change |
حجم الملف | 11.62 KB |
عدد التثبيتات | 439 |
النسخة الحالية | 0.2 |
آخر تحديث | 2017-03-03 |
تاريخ النشر | 2017-03-03 |
تقييم | 3.06/5 مجموع تقييمات 17 |
المطور | pawanth |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Full Screen(unrestricted)", "description": "This extension lets you play youtube video in full browser window. Updated to fix new change", "version": "0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Youtube full screen" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |