Video Looper for Youtube/Dailymotion/others

This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5

Co je Video Looper for Youtube/Dailymotion/others?

Video Looper for Youtube/Dailymotion/others je rozšíření Chrome vyvinuté o9000, a jeho hlavní funkcí je „This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Video Looper for Youtube/Dailymotion/others

Stáhněte si soubory rozšíření Video Looper for Youtube/Dailymotion/others 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 browser action button should appear on the right of the URL bar.
Click the action button once to toggle automatic replay for the video; click twice to disable it.                    

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

Název Video Looper for Youtube/Dailymotion/others Video Looper for Youtube/Dailymotion/others
ID kpcelfaheoikimakaonbfipkijodnmmd
Oficiální URL https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd
Popis This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
Velikost souboru 18.77 KB
Počet instalací 2,418
Aktuální Verze 2015.12.30.0
Poslední Aktualizace 2016-01-01
Datum Vydání 2016-01-01
Hodnocení 4.19/5 Celkem 16 Hodnocení
Vývojář o9000
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Looper for Youtube\/Dailymotion\/others",
    "description": "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5",
    "version": "2015.12.30.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Video Looper",
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}