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.
O que é Vimeo AutoPlay?
Vimeo AutoPlay é uma extensão do Chrome desenvolvida por Wout Rikkerink, e sua principal característica é "Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Vimeo AutoPlay
Baixe arquivos de extensão Vimeo AutoPlay no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | |
ID | nbnmlmfimedpoanpenhfjmcbplajakje |
URL Oficial | https://chrome.google.com/webstore/detail/vimeo-autoplay/nbnmlmfimedpoanpenhfjmcbplajakje |
Descrição | Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab. |
Tamanho do Arquivo | 13.75 KB |
Contagem de Instalações | 4,000 |
Versão Atual | 1.0.1 |
Última Atualização | 2014-01-27 |
Data de Publicação | 2014-01-27 |
Classificação | 4.28/5 Total de 18 Avaliações |
Desenvolvedor | Wout Rikkerink |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |