youtate

Rotate YouTuBe Video window

Apa itu youtate?

youtate adalah ekstensi Chrome yang dikembangkan oleh Sir0xb, dan fitur utamanya adalah "Rotate YouTuBe Video window".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi youtate

Unduh file ekstensi youtate 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

                        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.                    

Informasi Dasar Ekstensi

Nama youtate youtate
ID gnlldphmfolonkaaajghadnkdhajofoi
URL Resmi https://chromewebstore.google.com/detail/youtate/gnlldphmfolonkaaajghadnkdhajofoi
Deskripsi Rotate YouTuBe Video window
Ukuran File 33.32 KB
Jumlah Instalasi 243
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-12-19
Tanggal Publikasi 2018-12-19
Penilaian 4.67/5 Total 6 Penilaian
Pengembang Sir0xb
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}