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.

Cos'è Vimeo AutoPlay?

Vimeo AutoPlay è un'estensione di Chrome sviluppata da Wout Rikkerink, e la sua funzione principale è "Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Vimeo AutoPlay

Scarica i file di estensione Vimeo AutoPlay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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).                    

Informazioni di Base sull'Estensione

Nome Vimeo AutoPlay Vimeo AutoPlay
ID nbnmlmfimedpoanpenhfjmcbplajakje
URL Ufficiale https://chrome.google.com/webstore/detail/vimeo-autoplay/nbnmlmfimedpoanpenhfjmcbplajakje
Descrizione Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.
Dimensione del File 13.75 KB
Conteggio Installazioni 4,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-01-27
Data di Pubblicazione 2014-01-27
Valutazione 4.28/5 Totale 18 Valutazioni
Sviluppatore Wout Rikkerink
Tipo di Pagamento free
Lingue Supportate 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"
}