YT Repeat

Repeats YouTube videos.

What is YT Repeat?

YT Repeat is a Chrome extension developed by https://antimatter15.com, and its main feature is "Repeats YouTube videos.".

Extension Screenshots

screenshot

Download YT Repeat Extension CRX File

Download YT Repeat 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

                        Somehow it doesn't look like there's another YouTube repeat extension, so here's one. It's pretty simple and works with both the flash and HTML5 players, and should hopefully survive whenever YouTube updates.                    

Extension Basic Information

Name YT Repeat YT Repeat
ID piicimoiaiblachamdicgngccadhlecl
Official URL https://chromewebstore.google.com/detail/yt-repeat/piicimoiaiblachamdicgngccadhlecl
Description Repeats YouTube videos.
File Size 31.72 KB
Installation Count 2,846
Current Version 1.0.3
Last Updated 2014-08-20
Publish Date 2014-08-19
Rating 4.13/5 Total 89 Ratings
Developer https://antimatter15.com
Email [email protected]
Payment Type free
Extension Website http://twitter.com/antimatter15
Help Page URL http://twitter.com/antimatter15
Privacy Policy Page URL http://projectnaptha.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT Repeat",
    "version": "1.0.3",
    "description": "Repeats YouTube videos.",
    "icons": {
        "16": "icons\/16.png",
        "22": "icons\/22.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}