Vaughn Live
An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.
O que é Vaughn Live?
Vaughn Live é uma extensão do Chrome desenvolvida por https://vaughnlive.tv, e sua principal característica é "An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Vaughn Live
Baixe arquivos de extensão Vaughn Live 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
Originally developed by Noxius, tweaked/maintained by MvnLabs.
Informações Básicas da Extensão
Nome | Vaughn Live |
ID | oegldbmglaooenkmpibomeakcfmalaaj |
URL Oficial | https://chromewebstore.google.com/detail/vaughn-live/oegldbmglaooenkmpibomeakcfmalaaj |
Descrição | An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes. |
Tamanho do Arquivo | 42.21 KB |
Contagem de Instalações | 272 |
Versão Atual | 0.0.0.9 |
Última Atualização | 2013-02-16 |
Data de Publicação | 2013-02-15 |
Classificação | 3.27/5 Total de 15 Avaliações |
Desenvolvedor | https://vaughnlive.tv |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vaughn Live", "version": "0.0.0.9", "manifest_version": 2, "description": "An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.", "background": { "scripts": [ "jquery-1.8.3.min.js", "background.js" ] }, "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "favicon.ico", "default_popup": "popup.html", "default2_icon": "favicon.ico", "default2_popup": "popup.html" }, "permissions": [ "http:\/\/vaughnlive.tv\/", "https:\/\/cdn.vaughnsoft.com\/" ] } |