'Yes' clicker for YouTube Music

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

Co to jest 'Yes' clicker for YouTube Music?

'Yes' clicker for YouTube Music to rozszerzenie Chrome opracowane przez FireVolkhov, a jego główną funkcją jest „Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia 'Yes' clicker for YouTube Music

Pobierz pliki rozszerzeń 'Yes' clicker for YouTube Music w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa 'Yes' clicker for YouTube Music 'Yes' clicker for YouTube Music
ID ldbafcnebpebbhppdcpfnckeidbmnpfl
Oficjalny URL https://chromewebstore.google.com/detail/yes-clicker-for-youtube-m/ldbafcnebpebbhppdcpfnckeidbmnpfl
Opis Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity
Rozmiar pliku 6.02 KB
Liczba instalacji 76
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2023-02-15
Data Publikacji 2016-12-05
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper FireVolkhov
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}