'Yes' clicker for YouTube Music

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

Wat is 'Yes' clicker for YouTube Music?

'Yes' clicker for YouTube Music is een Chrome-extensie ontwikkeld door FireVolkhov, en de belangrijkste functie is "Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 'Yes' clicker for YouTube Music

Download 'Yes' clicker for YouTube Music-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam 'Yes' clicker for YouTube Music 'Yes' clicker for YouTube Music
ID ldbafcnebpebbhppdcpfnckeidbmnpfl
Officiële URL https://chromewebstore.google.com/detail/yes-clicker-for-youtube-m/ldbafcnebpebbhppdcpfnckeidbmnpfl
Beschrijving Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity
Bestandsgrootte 6.02 KB
Aantal Installaties 76
Huidige Versie 0.1.4
Laatst Bijgewerkt 2023-02-15
Publicatiedatum 2016-12-05
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar FireVolkhov
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}