Youtube Shorts auto next!

Auto playing next video when the current short is finished Show video percent progress on search bar

Apa itu Youtube Shorts auto next!?

Youtube Shorts auto next! adalah ekstensi Chrome yang dikembangkan oleh pdkhanh93, dan fitur utamanya adalah "Auto playing next video when the current short is finished Show video percent progress on search bar".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Youtube Shorts auto next!

Unduh file ekstensi Youtube Shorts auto next! 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

                        Auto playing next video when the current short is finished
Show video percent progress on search bar                    

Informasi Dasar Ekstensi

Nama Youtube Shorts auto next! Youtube Shorts auto next!
ID hmkficiecfdldaeogohkfcndomnigbjp
URL Resmi https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp
Deskripsi Auto playing next video when the current short is finished Show video percent progress on search bar
Ukuran File 4.21 KB
Jumlah Instalasi 13
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-06-21
Tanggal Publikasi 2023-06-21
Pengembang pdkhanh93
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts auto next!",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "hello.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "background.js"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}