Autoplay Shorts

Autoplays YouTube shorts video after end of video

什麼是Autoplay Shorts?

Autoplay Shorts是由ProtoCode開發的Chrome擴展程式,該擴展的主要功能是“Autoplays YouTube shorts video after end of video”。

擴展截圖

screenshot

下載Autoplay Shorts擴展crx文件

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

擴展使用說明

                        Do you spend hours looking at shorts? Do you like press arrow down after each short? Then you have come to the right place, spend hours forgetting about work or studies!

How to use?
The extension will not start auto play until after the first short is skipped.
 1) Navigate to YouTube homepage
 2) Click on Shorts
 3) Move to next short
 4) Enjoy :)                    

擴展基本資訊

名稱 Autoplay Shorts Autoplay Shorts
ID hfmgmegpgdbdiejflmokkoidlggoohgf
官方網址 https://chrome.google.com/webstore/detail/autoplay-shorts/hfmgmegpgdbdiejflmokkoidlggoohgf
簡介 Autoplays YouTube shorts video after end of video
檔案大小 20.47 KB
安裝次數 504
目前版本 1.1.0
更新時間 2023-04-20
上架時間 2022-11-27
評分 5.00/5 共 1 次評分
開發者 ProtoCode
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoplay Shorts",
    "description": "Autoplays YouTube shorts video after end of video",
    "homepage_url": "https:\/\/alexander-hornsby.uk\/",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/shorts\/*"
    ]
}