Expander for YouTube
This plugin implements the possibility to control size of YouTube's player
ما هو Expander for YouTube؟
Expander for YouTube هو إضافة Chrome تم تطويرها بواسطة KhAS، والميزة الرئيسية لها هي "This plugin implements the possibility to control size of YouTube's player".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Expander for YouTube
قم بتنزيل ملفات الامتداد Expander for YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This plugin allows you to easily change the size of the video in Youtube, even using the mouse wheel. When switching between video video size remains constant. Этот плагин позволяет вам легко изменять размер видео в Youtube, используя даже колесо мыши. При переходе между видеозаписями размер видео остается постоянным.
معلومات أساسية عن التمديد
الاسم | |
ID | chajepccdlakdepgeiegefbemmpaogdo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/expander-for-youtube/chajepccdlakdepgeiegefbemmpaogdo |
الوصف | This plugin implements the possibility to control size of YouTube's player |
حجم الملف | 51.98 KB |
عدد التثبيتات | 27 |
النسخة الحالية | 0.12 |
آخر تحديث | 2013-08-26 |
تاريخ النشر | 2013-08-26 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | KhAS |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This plugin implements the possibility to control size of YouTube's player", "name": "Expander for YouTube", "version": "0.12", "manifest_version": 2, "permissions": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "icons": { "128": "icons\/logo128.png", "48": "icons\/logo48.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "jquery.mousewheel.js", "jquery.hashchange.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ] } |