Video Looper for Youtube/Dailymotion/others

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

Wat is Video Looper for Youtube/Dailymotion/others?

Video Looper for Youtube/Dailymotion/others is een Chrome-extensie ontwikkeld door o9000, en de belangrijkste functie is "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Video Looper for Youtube/Dailymotion/others

Download Video Looper for Youtube/Dailymotion/others-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Video Looper for Youtube/Dailymotion/others Video Looper for Youtube/Dailymotion/others
ID kpcelfaheoikimakaonbfipkijodnmmd
Officiële URL https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd
Beschrijving This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
Bestandsgrootte 18.77 KB
Aantal Installaties 2,418
Huidige Versie 2015.12.30.0
Laatst Bijgewerkt 2016-01-01
Publicatiedatum 2016-01-01
Beoordeling 4.19/5 Totaal 16 Beoordelingen
Ontwikkelaar o9000
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}