Youtube Shorts auto next!

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

Cos'è Youtube Shorts auto next!?

Youtube Shorts auto next! è un'estensione di Chrome sviluppata da pdkhanh93, e la sua funzione principale è "Auto playing next video when the current short is finished Show video percent progress on search bar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Youtube Shorts auto next!

Scarica i file di estensione Youtube Shorts auto next! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Youtube Shorts auto next! Youtube Shorts auto next!
ID hmkficiecfdldaeogohkfcndomnigbjp
URL Ufficiale https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp
Descrizione Auto playing next video when the current short is finished Show video percent progress on search bar
Dimensione del File 4.21 KB
Conteggio Installazioni 13
Versione Corrente 1.0
Ultimo Aggiornamento 2023-06-21
Data di Pubblicazione 2023-06-21
Sviluppatore pdkhanh93
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}