youtate
Rotate YouTuBe Video window
ما هو youtate؟
youtate هو إضافة Chrome تم تطويرها بواسطة Sir0xb، والميزة الرئيسية لها هي "Rotate YouTuBe Video window".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة youtate
قم بتنزيل ملفات الامتداد youtate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The video can be rotated 90°. The button area is still below. The height of the rotated video is automatically adjusted according to the height of the window. The right-click menu can also be operated.
معلومات أساسية عن التمديد
الاسم | youtate |
ID | gnlldphmfolonkaaajghadnkdhajofoi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtate/gnlldphmfolonkaaajghadnkdhajofoi |
الوصف | Rotate YouTuBe Video window |
حجم الملف | 33.32 KB |
عدد التثبيتات | 243 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2018-12-19 |
تاريخ النشر | 2018-12-19 |
تقييم | 4.67/5 مجموع تقييمات 6 |
المطور | Sir0xb |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "youtate", "version": "1.0.0", "description": "Rotate YouTuBe Video window", "icons": { "16": "img\/Actions-transform-rotate-icon.png", "48": "img\/Actions-transform-rotate-icon.png", "128": "img\/Actions-transform-rotate-icon.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_icon": "img\/Actions-transform-rotate-icon.png", "default_title": "Rotate YouTuBe Video window" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/watch*" ], "js": [ "js\/payload.js" ], "run_at": "document_start" } ], "permissions": [ "contextMenus", "activeTab", "declarativeContent" ], "homepage_url": "https:\/\/boliball.com", "omnibox": { "keyword": "ro" }, "devtools_page": "devtools.html" } |