'Yes' clicker for YouTube Music
Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity
Cos'è 'Yes' clicker for YouTube Music?
'Yes' clicker for YouTube Music è un'estensione di Chrome sviluppata da FireVolkhov, e la sua funzione principale è "Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 'Yes' clicker for YouTube Music
Scarica i file di estensione 'Yes' clicker for YouTube Music in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ldbafcnebpebbhppdcpfnckeidbmnpfl |
| URL Ufficiale | https://chromewebstore.google.com/detail/yes-clicker-for-youtube-m/ldbafcnebpebbhppdcpfnckeidbmnpfl |
| Descrizione | Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity |
| Dimensione del File | 6.02 KB |
| Conteggio Installazioni | 76 |
| Versione Corrente | 0.1.4 |
| Ultimo Aggiornamento | 2023-02-15 |
| Data di Pubblicazione | 2016-12-05 |
| Valutazione | 4.25/5 Totale 4 Valutazioni |
| Sviluppatore | FireVolkhov |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |