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.
Vad är Vimeo AutoPlay?
Vimeo AutoPlay är en Chrome-tillägg utvecklad av Wout Rikkerink, och dess huvudfunktion är "Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.".
Tilläggsskärmbilder
Ladda ner Vimeo AutoPlay-förlängningens CRX-fil
Ladda ner Vimeo AutoPlay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | |
ID | nbnmlmfimedpoanpenhfjmcbplajakje |
Officiell webbadress | https://chrome.google.com/webstore/detail/vimeo-autoplay/nbnmlmfimedpoanpenhfjmcbplajakje |
Beskrivning | Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab. |
Filstorlek | 13.75 KB |
Antal Installationer | 4,000 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2014-01-27 |
Publiceringsdatum | 2014-01-27 |
Betyg | 4.28/5 Totalt 18 Betyg |
Utvecklare | Wout Rikkerink |
Betalningssätt | free |
Stödda Språk | 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" } |