Youtube controller
Control Youtube play without visiting the tab.
O que é Youtube controller?
Youtube controller é uma extensão do Chrome desenvolvida por http://iamvp7.in, e sua principal característica é "Control Youtube play without visiting the tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube controller
Baixe arquivos de extensão Youtube controller 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
Easily play/pause youtube videos, play next video or replay the video from playlist without visit the youtube tab.
Informações Básicas da Extensão
Nome | |
ID | fioanlgpncojcmfckbobmkhemdjdppoc |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-controller/fioanlgpncojcmfckbobmkhemdjdppoc |
Descrição | Control Youtube play without visiting the tab. |
Tamanho do Arquivo | 28.38 KB |
Contagem de Instalações | 144 |
Versão Atual | 1.0 |
Última Atualização | 2017-04-01 |
Data de Publicação | 2017-04-01 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://iamvp7.in |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube controller", "description": "Control Youtube play without visiting the tab.", "homepage_url": "http:\/\/iamvp7.github.io\/", "version": "1.0", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "*:\/\/*.youtube.com\/*", "tabs" ], "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "Control your Youtube Player", "default_popup": "popup\/youtube.html" } } |