Smart Repeat

Repeat YouTube videos from any point in time

What is Smart Repeat?

Smart Repeat is a Chrome extension developed by OldGen Software, and its main feature is "Repeat YouTube videos from any point in time".

Download Smart Repeat Extension CRX File

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

                        You can repeat youtube from any point in time. :D                    

Extension Basic Information

Name Smart Repeat Smart Repeat
ID cbafpldbkgamhfbggmdnjfmglcjaeldb
Official URL https://chrome.google.com/webstore/detail/smart-repeat/cbafpldbkgamhfbggmdnjfmglcjaeldb
Description Repeat YouTube videos from any point in time
File Size 18.32 KB
Installation Count 25
Current Version 1.33.7
Last Updated 2013-08-07
Publish Date 2013-08-07
Rating 1.00/5 Total 2 Ratings
Developer OldGen Software
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Repeat",
    "content_scripts": [
        {
            "js": [
                "smartrepeat.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "Repeat YouTube videos from any point in time",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "1.33.7",
    "manifest_version": 2
}