Video Rotater
Rotate the Video Player to the angle you desire.
ما هو Video Rotater؟
Video Rotater هو إضافة Chrome تم تطويرها بواسطة eccentricjinp، والميزة الرئيسية لها هي "Rotate the Video Player to the angle you desire.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Video Rotater
قم بتنزيل ملفات الامتداد Video Rotater بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
1. It is completely free. 2. Tested on the Youtube and other play page. 3. Press Ctrl+C to rotate the player in full screen. 4. Enjoy. Update log: 2021/12/07: Tested on more play pages, mainly Youtube player. 2022/07/15: Bug fixed.
معلومات أساسية عن التمديد
الاسم | Video Rotater |
ID | fmeabdadndledapjgaaheekjneoibhlp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp |
الوصف | Rotate the Video Player to the angle you desire. |
حجم الملف | 11.42 KB |
عدد التثبيتات | 2,043 |
النسخة الحالية | 1.2 |
آخر تحديث | 2022-07-16 |
تاريخ النشر | 2021-09-10 |
تقييم | 4.20/5 مجموع تقييمات 20 |
المطور | eccentricjinp |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Rotater", "description": "Rotate the Video Player to the angle you desire.", "version": "1.2", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+R", "mac": "MacCtrl+R" }, "description": "Rotate the Video Player." } } } |