YouTube Instant Autoplay
Instantly plays the next YouTube video!
YouTube Instant Autoplayとは何ですか?
YouTube Instant Autoplayはloyolappsによって開発されたChromeの拡張機能で、その主な機能は「Instantly plays the next YouTube video!」です。
拡張機能のスクリーンショット
YouTube Instant Autoplay拡張機能のCRXファイルをダウンロード
YouTube Instant Autoplay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Instantly plays the next YouTube video upon finishing the current video. No need to wait or click to watch the next video! ✅ Automatically plays the next YouTube video 💡 Make sure to have "AutoPlay" on (located on YouTube player itself) Feedbacks and feature requests are happily welcomed at [email protected]
拡張機能の基本情報
名前 | YouTube Instant Autoplay |
ID | daaddadfbkngjhmjgcmmbeomechfoacb |
公式URL | https://chromewebstore.google.com/detail/youtube-instant-autoplay/daaddadfbkngjhmjgcmmbeomechfoacb |
説明 | Instantly plays the next YouTube video! |
ファイルサイズ | 27.94 KB |
インストール数 | 588 |
現在のバージョン | 1.2 |
最終更新日 | 2023-12-20 |
公開日 | 2021-02-24 |
評価 | 4.00/5 合計 8 レビュー |
開発者 | loyolapps |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Instant Autoplay", "version": "1.2", "description": "Instantly plays the next YouTube video!", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/icon128.png" } } |