YTex YouTube Extension

Adds more controls to youtube html5 player

Apa itu YTex YouTube Extension?

YTex YouTube Extension adalah ekstensi Chrome yang dikembangkan oleh SeKa, dan fitur utamanya adalah "Adds more controls to youtube html5 player".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YTex YouTube Extension

Unduh file ekstensi YTex YouTube Extension 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

                        Die Extension fügt dem HTML5 Player auf YouTube zwei weitere Buttons hinzu, mit denen man 10 Sekunden vor oder zurück springen kann.

The Extension adds two buttons to the YouTube control bar with which you can skip the next 10 seconds or rewind 10 seconds                    

Informasi Dasar Ekstensi

Nama YTex YouTube Extension YTex YouTube Extension
ID mllojahkjeoinmhcinbcnkleeefdohbm
URL Resmi https://chrome.google.com/webstore/detail/ytex-youtube-extension/mllojahkjeoinmhcinbcnkleeefdohbm
Deskripsi Adds more controls to youtube html5 player
Ukuran File 33.74 KB
Jumlah Instalasi 51
Versi Saat Ini 1.2
Terakhir Diperbarui 2020-07-08
Tanggal Publikasi 2017-09-18
Penilaian 3.67/5 Total 3 Penilaian
Pengembang SeKa
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": "YTex YouTube Extension",
    "description": "Adds more controls to youtube html5 player",
    "version": "1.2",
    "browser_action": {
        "default_icon": "ytex128.png"
    },
    "icons": {
        "16": "ytex16.png",
        "48": "ytex48.png",
        "128": "ytex128.png"
    },
    "web_accessible_resources": [
        "Forward.png",
        "Rewind.png"
    ],
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "ytex.css"
            ],
            "js": [
                "ytex.js"
            ],
            "run_at": "document_end"
        }
    ]
}