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」です。
拡張機能のスクリーンショット
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! |
ID | hmkficiecfdldaeogohkfcndomnigbjp |
公式URL | 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 |
Eメール | [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\/*" ] } ] } |