YouTube Music Autoplay

Autoconfirm "Video paused. Continue watching?"

什麼是YouTube Music Autoplay?

YouTube Music Autoplay是由andrii.tishchenko開發的Chrome擴展程式,該擴展的主要功能是“Autoconfirm "Video paused. Continue watching?"”。

擴展截圖

screenshot

下載YouTube Music Autoplay擴展crx文件

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

擴展使用說明

                        Autoconfirm the alert "Video paused. Continue watching?" on the YouTube Music website.


https://github.com/andriitishchenko/yMusic                    

擴展基本資訊

名稱 YouTube Music Autoplay YouTube Music Autoplay
ID nalganimephelkfmejchafnkfmaiajpa
官方網址 https://chromewebstore.google.com/detail/youtube-music-autoplay/nalganimephelkfmejchafnkfmaiajpa
簡介 Autoconfirm "Video paused. Continue watching?"
檔案大小 12.65 KB
安裝次數 142
目前版本 0.0.2
更新時間 2021-01-01
上架時間 2020-12-29
評分 2.00/5 共 1 次評分
開發者 andrii.tishchenko
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/andriitishchenko/yMusic
說明頁面URL https://github.com/andriitishchenko/yMusic
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Music Autoplay",
    "short_name": "YMusic",
    "version": "0.0.2",
    "description": "Autoconfirm \"Video paused. Continue watching?\"",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "injected.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon_16x16.png",
        "32": "images\/icon_32x32.png",
        "48": "images\/icon_48x48.png",
        "128": "images\/icon_128x128.png"
    },
    "manifest_version": 2
}