Video Looper for Youtube/Dailymotion/others

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

Hvad er Video Looper for Youtube/Dailymotion/others?

Video Looper for Youtube/Dailymotion/others er en Chrome-udvidelse udviklet af o9000, og dens hovedfunktion er "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Video Looper for Youtube/Dailymotion/others-udvidelses-CRX-fil

Download Video Looper for Youtube/Dailymotion/others-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Video Looper for Youtube/Dailymotion/others Video Looper for Youtube/Dailymotion/others
ID kpcelfaheoikimakaonbfipkijodnmmd
Officiel URL https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd
Beskrivelse This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
Filstørrelse 18.77 KB
Antal Installationer 2,418
Nuværende Version 2015.12.30.0
Senest Opdateret 2016-01-01
Udgivelsesdato 2016-01-01
Bedømmelse 4.19/5 Samlet 16 Bedømmelser
Udvikler o9000
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}