'Yes' clicker for YouTube Music
Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity
Vad är 'Yes' clicker for YouTube Music?
'Yes' clicker for YouTube Music är en Chrome-tillägg utvecklad av FireVolkhov, och dess huvudfunktion är "Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity".
Tilläggsskärmbilder
Ladda ner 'Yes' clicker for YouTube Music-förlängningens CRX-fil
Ladda ner 'Yes' clicker for YouTube Music-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ldbafcnebpebbhppdcpfnckeidbmnpfl |
| Officiell webbadress | https://chromewebstore.google.com/detail/yes-clicker-for-youtube-m/ldbafcnebpebbhppdcpfnckeidbmnpfl |
| Beskrivning | Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity |
| Filstorlek | 6.02 KB |
| Antal Installationer | 76 |
| Aktuell Version | 0.1.4 |
| Senast Uppdaterad | 2023-02-15 |
| Publiceringsdatum | 2016-12-05 |
| Betyg | 4.25/5 Totalt 4 Betyg |
| Utvecklare | FireVolkhov |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |