YouTube Music Autoplay

Autoconfirm "Video paused. Continue watching?"

Hvad er YouTube Music Autoplay?

YouTube Music Autoplay er en Chrome-udvidelse udviklet af andrii.tishchenko, og dens hovedfunktion er "Autoconfirm "Video paused. Continue watching?"".

Udvidelsesskærmbilleder

screenshot

Download YouTube Music Autoplay-udvidelses-CRX-fil

Download YouTube Music Autoplay-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Autoconfirm the alert "Video paused. Continue watching?" on the YouTube Music website.


https://github.com/andriitishchenko/yMusic                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube Music Autoplay YouTube Music Autoplay
ID nalganimephelkfmejchafnkfmaiajpa
Officiel URL https://chromewebstore.google.com/detail/youtube-music-autoplay/nalganimephelkfmejchafnkfmaiajpa
Beskrivelse Autoconfirm "Video paused. Continue watching?"
Filstørrelse 12.65 KB
Antal Installationer 142
Nuværende Version 0.0.2
Senest Opdateret 2021-01-01
Udgivelsesdato 2020-12-29
Bedømmelse 2.00/5 Samlet 1 Bedømmelser
Udvikler andrii.tishchenko
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/andriitishchenko/yMusic
Hjælpeside-URL https://github.com/andriitishchenko/yMusic
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Music Autoplay",
    "short_name": "YMusic",
    "version": "0.0.2",
    "description": "Autoconfirm \"Video paused. Continue watching?\"",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "injected.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon_16x16.png",
        "32": "images\/icon_32x32.png",
        "48": "images\/icon_48x48.png",
        "128": "images\/icon_128x128.png"
    },
    "manifest_version": 2
}