Youtube Shorts auto next!

Auto playing next video when the current short is finished Show video percent progress on search bar

什麼是Youtube Shorts auto next!?

Youtube Shorts auto next!是由pdkhanh93開發的Chrome擴展程式,該擴展的主要功能是“Auto playing next video when the current short is finished Show video percent progress on search bar”。

擴展截圖

screenshot

下載Youtube Shorts auto next!擴展crx文件

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

擴展使用說明

                        Auto playing next video when the current short is finished
Show video percent progress on search bar                    

擴展基本資訊

名稱 Youtube Shorts auto next! Youtube Shorts auto next!
ID hmkficiecfdldaeogohkfcndomnigbjp
官方網址 https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp
簡介 Auto playing next video when the current short is finished Show video percent progress on search bar
檔案大小 4.21 KB
安裝次數 13
目前版本 1.0
更新時間 2023-06-21
上架時間 2023-06-21
開發者 pdkhanh93
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts auto next!",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "hello.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "background.js"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}