Simple Youtube Repeater

Simply click the repeat button to make the Youtube video automatically repeat.

Co je Simple Youtube Repeater?

Simple Youtube Repeater je rozšíření Chrome vyvinuté kennethdevel, a jeho hlavní funkcí je „Simply click the repeat button to make the Youtube video automatically repeat.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Simple Youtube Repeater

Stáhněte si soubory rozšíření Simple Youtube Repeater 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í

                        Simply click the repeat button to make the video automatically repeat.                    

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

Název Simple Youtube Repeater Simple Youtube Repeater
ID pbjaladifincbflhpknphchnapmemgnm
Oficiální URL https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm
Popis Simply click the repeat button to make the Youtube video automatically repeat.
Velikost souboru 15.46 KB
Počet instalací 694
Aktuální Verze 3.0
Poslední Aktualizace 2016-06-13
Datum Vydání 2016-06-13
Hodnocení 4.29/5 Celkem 7 Hodnocení
Vývojář kennethdevel
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Youtube Repeater",
    "description": "Simply click the repeat button to make the Youtube video automatically repeat.",
    "version": "3.0",
    "author": "Kenneth",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?*"
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}