Auto Repeat for HTML5 Youtube Videos

Make Your HTML5 Youtube Videos Auto Repeat

What is Auto Repeat for HTML5 Youtube Videos?

Auto Repeat for HTML5 Youtube Videos is a Chrome extension developed by arrezaw216, and its main feature is "Make Your HTML5 Youtube Videos Auto Repeat".

Extension Screenshots

screenshot
screenshot
screenshot

Download Auto Repeat for HTML5 Youtube Videos Extension CRX File

Download Auto Repeat for HTML5 Youtube Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ***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.                    

Extension Basic Information

Name Auto Repeat for HTML5 Youtube Videos Auto Repeat for HTML5 Youtube Videos
ID khkihoopolaklcpkkcddoohipmnenjii
Official URL https://chromewebstore.google.com/detail/auto-repeat-for-html5-you/khkihoopolaklcpkkcddoohipmnenjii
Description Make Your HTML5 Youtube Videos Auto Repeat
File Size 5.41 MB
Installation Count 168
Current Version 0.0.1.2
Last Updated 2015-08-04
Publish Date 2015-08-04
Rating 4.43/5 Total 7 Ratings
Developer arrezaw216
Payment Type free
Supported Languages 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
}