Youtube Accelerator

Set custom playback speeds on your Youtube videos

Apa itu Youtube Accelerator?

Youtube Accelerator adalah ekstensi Chrome yang dikembangkan oleh nunomrgomes, dan fitur utamanya adalah "Set custom playback speeds on your Youtube videos".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Youtube Accelerator

Unduh file ekstensi Youtube Accelerator 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

                        Supports up to 16x speed.
For those videos where 2x just doesn't cut it.

Made and openly sourced by https://github.com/TheNunoGomes.                    

Informasi Dasar Ekstensi

Nama Youtube Accelerator Youtube Accelerator
ID ajobbbellhaokbfkgkcpapmbenlccokd
URL Resmi https://chromewebstore.google.com/detail/youtube-accelerator/ajobbbellhaokbfkgkcpapmbenlccokd
Deskripsi Set custom playback speeds on your Youtube videos
Ukuran File 7.17 KB
Jumlah Instalasi 520
Versi Saat Ini 2.0.2
Terakhir Diperbarui 2022-08-25
Tanggal Publikasi 2022-01-16
Penilaian 5.00/5 Total 10 Penilaian
Pengembang nunomrgomes
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Accelerator",
    "description": "Set custom playback speeds on your Youtube videos",
    "version": "2.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "youtube\/utils.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube\/homepage.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube\/video.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    }
}