'Yes' clicker for YouTube Music
Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity
ما هو 'Yes' clicker for YouTube Music؟
'Yes' clicker for YouTube Music هو إضافة Chrome تم تطويرها بواسطة FireVolkhov، والميزة الرئيسية لها هي "Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 'Yes' clicker for YouTube Music
قم بتنزيل ملفات الامتداد 'Yes' clicker for YouTube Music بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | ldbafcnebpebbhppdcpfnckeidbmnpfl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/yes-clicker-for-youtube-m/ldbafcnebpebbhppdcpfnckeidbmnpfl |
الوصف | Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity |
حجم الملف | 6.02 KB |
عدد التثبيتات | 76 |
النسخة الحالية | 0.1.4 |
آخر تحديث | 2023-02-15 |
تاريخ النشر | 2016-12-05 |
تقييم | 4.25/5 مجموع تقييمات 4 |
المطور | FireVolkhov |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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 } |