Simple Youtube Repeater

Simply click the repeat button to make the Youtube video automatically repeat.

What is Simple Youtube Repeater?

Simple Youtube Repeater is a Chrome extension developed by kennethdevel, and its main feature is "Simply click the repeat button to make the Youtube video automatically repeat.".

Extension Screenshots

screenshot
screenshot

Download Simple Youtube Repeater Extension CRX File

Download Simple Youtube Repeater 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

                        Simply click the repeat button to make the video automatically repeat.                    

Extension Basic Information

Name Simple Youtube Repeater Simple Youtube Repeater
ID pbjaladifincbflhpknphchnapmemgnm
Official URL https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm
Description Simply click the repeat button to make the Youtube video automatically repeat.
File Size 15.46 KB
Installation Count 694
Current Version 3.0
Last Updated 2016-06-13
Publish Date 2016-06-13
Rating 4.29/5 Total 7 Ratings
Developer kennethdevel
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Youtube Repeater",
    "description": "Simply click the repeat button to make the Youtube video automatically repeat.",
    "version": "3.0",
    "author": "Kenneth",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?*"
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}