Reply Videos Tweak For Youtube
Enables autoreplay of a YouTube™ videos
Reply Videos Tweak For Youtubeとは何ですか?
Reply Videos Tweak For YoutubeはZenunityによって開発されたChromeの拡張機能で、その主な機能は「Enables autoreplay of a YouTube™ videos」です。
拡張機能のスクリーンショット
Reply Videos Tweak For Youtube拡張機能のCRXファイルをダウンロード
Reply Videos Tweak For Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
No need to use refresh button to repeat a video on youtube anymore. because "Reply Videos Tweak For Youtube" extension will help you to to that in one single click. For any issues or suggestions, please leave comment at Chrome Web Store. Thank you!
拡張機能の基本情報
名前 | |
ID | kijcidehmghliocaelamimgiaiogcjal |
公式URL | https://chrome.google.com/webstore/detail/reply-videos-tweak-for-yo/kijcidehmghliocaelamimgiaiogcjal |
説明 | Enables autoreplay of a YouTube™ videos |
ファイルサイズ | 12.71 KB |
インストール数 | 22,426 |
現在のバージョン | 1.3 |
最終更新日 | 2021-02-12 |
公開日 | 2021-02-11 |
評価 | 2.74/5 合計 491 レビュー |
開発者 | Zenunity |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://4kdownloader.net/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.3", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "scripts\/yt-repetertweak.js" ], "css": [ "css\/yt.css" ], "run_at": "document_end" } ] } |