Youtube Repeater

Repeat Youtube Videos that you like

What is Youtube Repeater?

Youtube Repeater is a Chrome extension developed by https://stni.pw, and its main feature is "Repeat Youtube Videos that you like".

Extension Screenshots

Download Youtube Repeater Extension CRX File

Download 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

                        Repeat Youtube videos, songs, music that you like.

A Shitian Ni Project                    

Extension Basic Information

Name Youtube Repeater Youtube Repeater
ID dkeedaojkelgaofemnoejkeiklkjkbco
Official URL https://chromewebstore.google.com/detail/youtube-repeater/dkeedaojkelgaofemnoejkeiklkjkbco
Description Repeat Youtube Videos that you like
File Size 43.76 KB
Installation Count 217
Current Version 1.0.3
Last Updated 2016-06-05
Publish Date 2016-06-05
Rating 2.80/5 Total 5 Ratings
Developer https://stni.pw
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Repeater",
    "short_name": "You-Re",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Repeat Youtube Videos that you like",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtu.be\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtu.be\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ]
}