Wider2Gether
Removes the chat in order to increase the size of the video player
ما هو Wider2Gether؟
Wider2Gether هو إضافة Chrome تم تطويرها بواسطة Reecer9714، والميزة الرئيسية لها هي "Removes the chat in order to increase the size of the video player".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wider2Gether
قم بتنزيل ملفات الامتداد Wider2Gether بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hides the chat box in order to increase and widen the size of the video player in Watch2Gether rooms. This is a personal extension for me and my friends, but hopefully this can help you too. Newly updated for web page changes.
معلومات أساسية عن التمديد
الاسم | |
ID | mkilponbihhljjdcepdooabbciahogbd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd |
الوصف | Removes the chat in order to increase the size of the video player |
حجم الملف | 9.14 KB |
عدد التثبيتات | 76 |
النسخة الحالية | 1.3 |
آخر تحديث | 2018-08-22 |
تاريخ النشر | 2018-08-22 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Reecer9714 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wider2Gether", "description": "Removes the chat in order to increase the size of the video player", "version": "1.3", "icons": { "128": "Wider2Gether.png" }, "browser_action": { "default_icon": "Wider2Gether.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.watch2gether.com\/rooms\/*" ], "js": [ "content.js" ] } ] } |