Auto Replay - Looper for YouTube™
Automatically replay, repeats your favorite YouTube video.
Auto Replay - Looper for YouTube™とは何ですか?
Auto Replay - Looper for YouTube™はDownload Managerによって開発されたChromeの拡張機能で、その主な機能は「Automatically replay, repeats your favorite YouTube video.」です。
拡張機能のスクリーンショット
Auto Replay - Looper for YouTube™拡張機能のCRXファイルをダウンロード
Auto Replay - Looper for YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Auto replay for Youtube. Repeat infinitely your favorite video
拡張機能の基本情報
名前 | Auto Replay - Looper for YouTube™ |
ID | aniinijjlicmolpeohhlojkgjacpfjdc |
公式URL | https://chromewebstore.google.com/detail/auto-replay-looper-for-yo/aniinijjlicmolpeohhlojkgjacpfjdc |
説明 | Automatically replay, repeats your favorite YouTube video. |
ファイルサイズ | 80.75 KB |
インストール数 | 177 |
現在のバージョン | 0.1.5 |
最終更新日 | 2017-10-28 |
公開日 | 2017-10-28 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | Download Manager |
支払い方法 | free |
プライバシーポリシーページのURL | https://addonbrowser.com/privacy |
対応言語 | en |
manifest.json | |
{ "version": "0.1.5", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "storage" ], "short_name": "looperforyoutube", "name": "Auto Replay - Looper for YouTube\u2122", "background": { "page": "lib\/chrome\/background.html" }, "description": "Automatically replay, repeats your favorite YouTube video.", "browser_action": { "default_popup": "data\/popup\/popup.html", "default_title": "Auto Replay for YouTube\u2122", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "content_scripts": [ { "all_frames": false, "run_at": "document_start", "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "data\/content_script\/inject.js" ] } ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |