Youtube Fullframe
This extension puts Youtube videos in full-frame mode.
ما هو Youtube Fullframe؟
Youtube Fullframe هو إضافة Chrome تم تطويرها بواسطة tmhall67، والميزة الرئيسية لها هي "This extension puts Youtube videos in full-frame mode.".
تحميل ملف CRX للإضافة Youtube Fullframe
قم بتنزيل ملفات الامتداد Youtube Fullframe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension simply replaces the "watch?v=" with "v/" in a url to allow a Youtube video to play in a full browser window. This will also allow you to bypass the age restriction on Youtube videos.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | oehbhdjdmgjmcphdgkgemokffldeachf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf |
الوصف | This extension puts Youtube videos in full-frame mode. |
حجم الملف | 3.9 KB |
عدد التثبيتات | 63 |
النسخة الحالية | 0.7 |
آخر تحديث | 2014-06-01 |
تاريخ النشر | 2014-06-01 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | tmhall67 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Fullframe", "description": "This extension puts Youtube videos in full-frame mode.", "version": "0.7", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "onClick.js" ], "persisent": false }, "browser_action": { "default_icon": "icon.png" } } |