YouTube Instant Autoplay

Instantly plays the next YouTube video!

Vad är YouTube Instant Autoplay?

YouTube Instant Autoplay är en Chrome-tillägg utvecklad av loyolapps, och dess huvudfunktion är "Instantly plays the next YouTube video!".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube Instant Autoplay-förlängningens CRX-fil

Ladda ner YouTube Instant Autoplay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn YouTube Instant Autoplay YouTube Instant Autoplay
ID daaddadfbkngjhmjgcmmbeomechfoacb
Officiell webbadress https://chromewebstore.google.com/detail/youtube-instant-autoplay/daaddadfbkngjhmjgcmmbeomechfoacb
Beskrivning Instantly plays the next YouTube video!
Filstorlek 27.94 KB
Antal Installationer 588
Aktuell Version 1.2
Senast Uppdaterad 2023-12-20
Publiceringsdatum 2021-02-24
Betyg 4.00/5 Totalt 8 Betyg
Utvecklare loyolapps
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}