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.
Co to jest Vimeo AutoPlay?
Vimeo AutoPlay to rozszerzenie Chrome opracowane przez Wout Rikkerink, a jego główną funkcją jest „Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Vimeo AutoPlay
Pobierz pliki rozszerzeń Vimeo AutoPlay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nbnmlmfimedpoanpenhfjmcbplajakje |
Oficjalny URL | https://chrome.google.com/webstore/detail/vimeo-autoplay/nbnmlmfimedpoanpenhfjmcbplajakje |
Opis | Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab. |
Rozmiar pliku | 13.75 KB |
Liczba instalacji | 4,000 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2014-01-27 |
Data Publikacji | 2014-01-27 |
Ocena | 4.28/5 Łącznie 18 Oceny |
Deweloper | Wout Rikkerink |
Typ Płatności | free |
Obsługiwane Języki | 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" } |