Rotate YouTube Video

Rotate and scale YouTube video.

ما هو Rotate YouTube Video؟

Rotate YouTube Video هو إضافة Chrome تم تطويرها بواسطة echoviser، والميزة الرئيسية لها هي "Rotate and scale YouTube video.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Rotate YouTube Video

قم بتنزيل ملفات الامتداد Rotate YouTube Video بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension allows you to rotate and scale YouTube video by CTRL/ALT + Mouse.                    

معلومات أساسية عن التمديد

الاسم Rotate YouTube Video Rotate YouTube Video
ID lcinhcicakienghnfpigejmbnganpmjl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/lcinhcicakienghnfpigejmbnganpmjl
الوصف Rotate and scale YouTube video.
حجم الملف 2.12 MB
عدد التثبيتات 503
النسخة الحالية 1.0
آخر تحديث 2023-03-31
تاريخ النشر 2023-03-31
تقييم 1.60/5 مجموع تقييمات 5
المطور echoviser
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rotate YouTube Video",
    "version": "1.0",
    "description": "Rotate and scale YouTube video.",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "youtube-16.png",
        "48": "youtube-48.png",
        "64": "youtube-64.png",
        "128": "youtube-128.png",
        "256": "youtube-256.png"
    }
}