'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是由FireVolkhov開發的Chrome擴展程式,該擴展的主要功能是“Automatically clicks the 'Yes' button in YouTube Music when playback pauses after a period of user inactivity”。

擴展截圖

screenshot
screenshot
screenshot

下載'Yes' clicker for YouTube Music擴展crx文件

下載'Yes' clicker for YouTube Music擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 'Yes' clicker for YouTube Music 'Yes' clicker for YouTube Music
ID ldbafcnebpebbhppdcpfnckeidbmnpfl
官方網址 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
}