TTFA Repeat or Loop for Youtube Videos

A simple extension to repeat or loop Youtube videos

Co je TTFA Repeat or Loop for Youtube Videos?

TTFA Repeat or Loop for Youtube Videos je rozšíření Chrome vyvinuté https://www.techtipsforall.com, a jeho hlavní funkcí je „A simple extension to repeat or loop Youtube videos“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření TTFA Repeat or Loop for Youtube Videos

Stáhněte si soubory rozšíření TTFA Repeat or Loop for Youtube Videos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název TTFA Repeat or Loop for Youtube Videos TTFA Repeat or Loop for Youtube Videos
ID bkblfjclpnkdmichcdfnppjdhcpehdag
Oficiální URL https://chromewebstore.google.com/detail/ttfa-repeat-or-loop-for-y/bkblfjclpnkdmichcdfnppjdhcpehdag
Popis A simple extension to repeat or loop Youtube videos
Velikost souboru 150 KB
Počet instalací 14
Aktuální Verze 1.1
Poslední Aktualizace 2013-11-02
Datum Vydání 2013-11-02
Vývojář https://www.techtipsforall.com
Typ Platby free
URL Stránky Nápovědy http://www.techtipsforall.com/2013/10/how-to-repeat-or-loop-youtube-videos.html
Podporované Jazyky 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"
    ]
}