Video Looper for Youtube/Dailymotion/others

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

Qu'est-ce que Video Looper for Youtube/Dailymotion/others ?

Video Looper for Youtube/Dailymotion/others est une extension Chrome développée par o9000, et sa fonction principale est "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Video Looper for Youtube/Dailymotion/others

Téléchargez les fichiers d'extension Video Looper for Youtube/Dailymotion/others au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Video Looper for Youtube/Dailymotion/others Video Looper for Youtube/Dailymotion/others
ID kpcelfaheoikimakaonbfipkijodnmmd
URL Officiel https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd
Description This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
Taille du Fichier 18.77 KB
Nombre d'Installations 2,418
Version Actuelle 2015.12.30.0
Dernière Mise à Jour 2016-01-01
Date de Publication 2016-01-01
Évaluation 4.19/5 Total 16 Évaluations
Développeur o9000
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}