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.
Wat is Vimeo AutoPlay?
Vimeo AutoPlay is een Chrome-extensie ontwikkeld door Wout Rikkerink, en de belangrijkste functie is "Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Vimeo AutoPlay
Download Vimeo AutoPlay-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
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).
Basisinformatie over de Extensie
Naam | |
ID | nbnmlmfimedpoanpenhfjmcbplajakje |
Officiële URL | https://chrome.google.com/webstore/detail/vimeo-autoplay/nbnmlmfimedpoanpenhfjmcbplajakje |
Beschrijving | Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab. |
Bestandsgrootte | 13.75 KB |
Aantal Installaties | 4,000 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2014-01-27 |
Publicatiedatum | 2014-01-27 |
Beoordeling | 4.28/5 Totaal 18 Beoordelingen |
Ontwikkelaar | Wout Rikkerink |
Betalingswijze | free |
Ondersteunde Talen | 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" } |