YouTube Instant Autoplay

Instantly plays the next YouTube video!

Cos'è YouTube Instant Autoplay?

YouTube Instant Autoplay è un'estensione di Chrome sviluppata da loyolapps, e la sua funzione principale è "Instantly plays the next YouTube video!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Instant Autoplay

Scarica i file di estensione YouTube Instant Autoplay 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

                        Instantly plays the next YouTube video upon finishing the current video. No need to wait or click to watch the next video!

✅ Automatically plays the next YouTube video

💡 Make sure to have "AutoPlay" on (located on YouTube player itself)

Feedbacks and feature requests are happily welcomed at [email protected]                    

Informazioni di Base sull'Estensione

Nome YouTube Instant Autoplay YouTube Instant Autoplay
ID daaddadfbkngjhmjgcmmbeomechfoacb
URL Ufficiale https://chromewebstore.google.com/detail/youtube-instant-autoplay/daaddadfbkngjhmjgcmmbeomechfoacb
Descrizione Instantly plays the next YouTube video!
Dimensione del File 27.94 KB
Conteggio Installazioni 588
Versione Corrente 1.2
Ultimo Aggiornamento 2023-12-20
Data di Pubblicazione 2021-02-24
Valutazione 4.00/5 Totale 8 Valutazioni
Sviluppatore loyolapps
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Instant Autoplay",
    "version": "1.2",
    "description": "Instantly plays the next YouTube video!",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/logo.png",
            "32": "images\/logo.png",
            "48": "images\/logo.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/icon128.png"
    }
}