Repeat Youtube

Repeat Youtube videos on the main page

What is Repeat Youtube?

Repeat Youtube is a Chrome extension developed by http://jaero.space, and its main feature is "Repeat Youtube videos on the main page".

Extension Screenshots

screenshot

Download Repeat Youtube Extension CRX File

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

                        Repeats youtube videos on the main page!                    

Extension Basic Information

Name Repeat Youtube Repeat Youtube
ID medknpmalhljhifghnoeilochoaohilg
Official URL https://chrome.google.com/webstore/detail/repeat-youtube/medknpmalhljhifghnoeilochoaohilg
Description Repeat Youtube videos on the main page
File Size 26.72 KB
Installation Count 711
Current Version 1.0.2
Last Updated 2015-12-02
Publish Date 2015-12-02
Rating 3.95/5 Total 22 Ratings
Developer http://jaero.space
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Repeat Youtube",
    "description": "Repeat Youtube videos on the main page",
    "version": "1.0.2",
    "permissions": [
        "tabs",
        "http:\/\/www.youtube.com\/*\/",
        "https:\/\/www.youtube.com\/*\/"
    ],
    "icons": {
        "16": "icons\/on_icon16.png",
        "48": "icons\/on_icon48.png",
        "128": "icons\/on_icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}