ytloop

Automatically replay the video in Youtube by default.

What is ytloop?

ytloop is a Chrome extension developed by ikaflower, and its main feature is "Automatically replay the video in Youtube by default.".

Extension Screenshots

screenshot

Download ytloop Extension CRX File

Download ytloop 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

                        You can play Youtube video endlessly by default. In other words, This automatically replay the video clip.                    

Extension Basic Information

Name ytloop ytloop
ID elcnaihlaknobdaoafljjbpbdobaccpp
Official URL https://chromewebstore.google.com/detail/ytloop/elcnaihlaknobdaoafljjbpbdobaccpp
Description Automatically replay the video in Youtube by default.
File Size 11.64 KB
Installation Count 17
Current Version 1.0.2
Last Updated 2013-07-16
Publish Date 2013-07-16
Rating 3.00/5 Total 1 Ratings
Developer ikaflower
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ytloop",
    "version": "1.0.2",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "ytloop.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}