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.
Was ist Vimeo AutoPlay?
Vimeo AutoPlay ist eine Chrome-Erweiterung, die von Wout Rikkerink entwickelt wurde, und ihr Hauptmerkmal ist "Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.".
Erweiterungsscreenshots
Vimeo AutoPlay-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vimeo AutoPlay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | |
ID | nbnmlmfimedpoanpenhfjmcbplajakje |
Offizielle URL | https://chrome.google.com/webstore/detail/vimeo-autoplay/nbnmlmfimedpoanpenhfjmcbplajakje |
Beschreibung | Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab. |
Dateigröße | 13.75 KB |
Installationsanzahl | 4,000 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2014-01-27 |
Veröffentlichungsdatum | 2014-01-27 |
Bewertung | 4.28/5 Insgesamt 18 Bewertungen |
Entwickler | Wout Rikkerink |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |