Vimeo AutoPlay

Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.

Qu'est-ce que Vimeo AutoPlay ?

Vimeo AutoPlay est une extension Chrome développée par Wout Rikkerink, et sa fonction principale est "Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Vimeo AutoPlay

Téléchargez les fichiers d'extension Vimeo AutoPlay 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

                        Vimeo AutoPlay is a super simple extension that will make videos on Vimeo automatically play when they are loaded. Videos only start playing when you actually select the tab with the video in it. You'll never have to worry about videos autoplaying in the background.

V1.0.1:
- Little performance improvement.
- Stop searching for a video if it's not on the page (like upload page etc).                    

Informations de Base sur l'Extension

Nom Vimeo AutoPlay Vimeo AutoPlay
ID nbnmlmfimedpoanpenhfjmcbplajakje
URL Officiel https://chrome.google.com/webstore/detail/vimeo-autoplay/nbnmlmfimedpoanpenhfjmcbplajakje
Description Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.
Taille du Fichier 13.75 KB
Nombre d'Installations 4,000
Version Actuelle 1.0.1
Dernière Mise à Jour 2014-01-27
Date de Publication 2014-01-27
Évaluation 4.28/5 Total 18 Évaluations
Développeur Wout Rikkerink
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "author": "WORKengineering.com",
    "content_scripts": [
        {
            "js": [
                "inject.min.js"
            ],
            "matches": [
                "http:\/\/www.vimeo.com\/*",
                "http:\/\/vimeo.com\/*",
                "https:\/\/www.vimeo.com\/*",
                "https:\/\/vimeo.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Vimeo AutoPlay",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}