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
公式URL 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
Eメール [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\/*"
    ]
}