Auto Replay - Looper for YouTube™

Automatically replay, repeats your favorite YouTube video.

What is Auto Replay - Looper for YouTube™?

Auto Replay - Looper for YouTube™ is a Chrome extension developed by Download Manager, and its main feature is "Automatically replay, repeats your favorite YouTube video.".

Extension Screenshots

screenshot
screenshot

Download Auto Replay - Looper for YouTube™ Extension CRX File

Download Auto Replay - Looper for 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

                        Auto replay for Youtube. Repeat infinitely your favorite video                    

Extension Basic Information

Name Auto Replay - Looper for YouTube™ Auto Replay - Looper for YouTube™
ID aniinijjlicmolpeohhlojkgjacpfjdc
Official URL https://chromewebstore.google.com/detail/auto-replay-looper-for-yo/aniinijjlicmolpeohhlojkgjacpfjdc
Description Automatically replay, repeats your favorite YouTube video.
File Size 80.75 KB
Installation Count 177
Current Version 0.1.5
Last Updated 2017-10-28
Publish Date 2017-10-28
Rating 4.25/5 Total 4 Ratings
Developer Download Manager
Payment Type free
Privacy Policy Page URL https://addonbrowser.com/privacy
Supported Languages en
manifest.json
{
    "version": "0.1.5",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "short_name": "looperforyoutube",
    "name": "Auto Replay - Looper for YouTube\u2122",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "description": "Automatically replay, repeats your favorite YouTube video.",
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Auto Replay for YouTube\u2122",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}