'Yes' clicker for YouTube Music

Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity

Co je 'Yes' clicker for YouTube Music?

'Yes' clicker for YouTube Music je rozšíření Chrome vyvinuté FireVolkhov, a jeho hlavní funkcí je „Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření 'Yes' clicker for YouTube Music

Stáhněte si soubory rozšíření 'Yes' clicker for YouTube Music ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity. Mutes and skips Ads in a playback. Also works for music.yandex.ru and radio.yandex.ru                    

Základní Informace o Rozšíření

Název 'Yes' clicker for YouTube Music 'Yes' clicker for YouTube Music
ID ldbafcnebpebbhppdcpfnckeidbmnpfl
Oficiální URL https://chromewebstore.google.com/detail/yes-clicker-for-youtube-m/ldbafcnebpebbhppdcpfnckeidbmnpfl
Popis Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity
Velikost souboru 6.02 KB
Počet instalací 76
Aktuální Verze 0.1.4
Poslední Aktualizace 2023-02-15
Datum Vydání 2016-12-05
Hodnocení 4.25/5 Celkem 4 Hodnocení
Vývojář FireVolkhov
E-mail [email protected]
Typ Platby free
Podporované Jazyky en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.4",
    "description": "__MSG_appDesc__",
    "permissions": [
        "*:\/\/*.radio.yandex.ru\/*",
        "*:\/\/*.music.yandex.ru\/*",
        "*:\/\/*.music.youtube.com\/*"
    ],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "\/script-youtube.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.radio.yandex.ru\/*",
                "*:\/\/*.music.yandex.ru\/*"
            ],
            "js": [
                "\/script-yandex.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "manifest_version": 2
}