Rotate YouTube Video

Rotate and scale YouTube video.

Apa itu Rotate YouTube Video?

Rotate YouTube Video adalah ekstensi Chrome yang dikembangkan oleh echoviser, dan fitur utamanya adalah "Rotate and scale YouTube video.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Rotate YouTube Video

Unduh file ekstensi Rotate YouTube Video dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Rotate YouTube Video Rotate YouTube Video
ID lcinhcicakienghnfpigejmbnganpmjl
URL Resmi https://chrome.google.com/webstore/detail/lcinhcicakienghnfpigejmbnganpmjl
Deskripsi Rotate and scale YouTube video.
Ukuran File 2.12 MB
Jumlah Instalasi 503
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-03-31
Tanggal Publikasi 2023-03-31
Penilaian 1.60/5 Total 5 Penilaian
Pengembang echoviser
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}