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 |
官方網址 | 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 } |