TTFA Repeat or Loop for Youtube Videos

A simple extension to repeat or loop Youtube videos

What is TTFA Repeat or Loop for Youtube Videos?

TTFA Repeat or Loop for Youtube Videos is a Chrome extension developed by https://www.techtipsforall.com, and its main feature is "A simple extension to repeat or loop Youtube videos".

Extension Screenshots

screenshot

Download TTFA Repeat or Loop for Youtube Videos Extension CRX File

Download TTFA Repeat or Loop for Youtube Videos 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

                        A simple extension to repeat or loop Youtube videos from one specific point to another.                    

Extension Basic Information

Name TTFA Repeat or Loop for Youtube Videos TTFA Repeat or Loop for Youtube Videos
ID bkblfjclpnkdmichcdfnppjdhcpehdag
Official URL https://chromewebstore.google.com/detail/ttfa-repeat-or-loop-for-y/bkblfjclpnkdmichcdfnppjdhcpehdag
Description A simple extension to repeat or loop Youtube videos
File Size 150 KB
Installation Count 14
Current Version 1.1
Last Updated 2013-11-02
Publish Date 2013-11-02
Developer https://www.techtipsforall.com
Payment Type free
Help Page URL http://www.techtipsforall.com/2013/10/how-to-repeat-or-loop-youtube-videos.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TTFA Repeat or Loop for Youtube Videos",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A simple extension to repeat or loop Youtube videos",
    "icons": {
        "16": "myicon.png",
        "48": "Tech Tips For All_48.png",
        "128": "Tech Tips For All_128.png"
    },
    "browser_action": {
        "default_icon": "myicon.png",
        "default_title": "TTFA Repeat or Loop for Youtube Videos",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com;  object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "pagescript.js",
        "jquery-1.10.2.js"
    ]
}