Auto Repeat for HTML5 Youtube Videos
Make Your HTML5 Youtube Videos Auto Repeat
Auto Repeat for HTML5 Youtube Videosとは何ですか?
Auto Repeat for HTML5 Youtube Videosはarrezaw216によって開発されたChromeの拡張機能で、その主な機能は「Make Your HTML5 Youtube Videos Auto Repeat」です。
拡張機能のスクリーンショット
Auto Repeat for HTML5 Youtube Videos拡張機能のCRXファイルをダウンロード
Auto Repeat for HTML5 Youtube Videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
***08/03/2015 Update*** Simple Auto Repeat feature for HTML5 YouTube videos on youtube.com exclusively. Works on regular HTML5 YouTube videos and user playlists. Auto Repeat toggle buttons are located in the control bar of the video. The toggle button will appear on all screen modes, such as theater mode and full screen.
拡張機能の基本情報
名前 | Auto Repeat for HTML5 Youtube Videos |
ID | khkihoopolaklcpkkcddoohipmnenjii |
公式URL | https://chromewebstore.google.com/detail/auto-repeat-for-html5-you/khkihoopolaklcpkkcddoohipmnenjii |
説明 | Make Your HTML5 Youtube Videos Auto Repeat |
ファイルサイズ | 5.41 MB |
インストール数 | 168 |
現在のバージョン | 0.0.1.2 |
最終更新日 | 2015-08-04 |
公開日 | 2015-08-04 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | arrezaw216 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": " Auto Repeat for HTML5 Youtube Videos", "description": "Make Your HTML5 Youtube Videos Auto Repeat", "version": "0.0.1.2", "permissions": [ "activeTab" ], "icons": { "128": "icon_128.png" }, "content_scripts": [ { "js": [ "jquery.js", "repeat2.js" ], "css": [ "style.css" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "repeat_icon_19.png", "default_title": "HTML5 Youtube Video Auto Repeat" }, "manifest_version": 2 } |