Buffstream Extension
Removes everything but the video from buffstream streams.
O que é Buffstream Extension?
Buffstream Extension é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Removes everything but the video from buffstream streams.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Buffstream Extension
Baixe arquivos de extensão Buffstream Extension 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
An extension that deletes all scripts and elements on buffstreams except for the video itself. Extension also makes the video take up the entire screen space.
Informações Básicas da Extensão
Nome | |
ID | jhnaofcglckhekblhccjhhnipnbaamdb |
URL Oficial | https://chromewebstore.google.com/detail/buffstream-extension/jhnaofcglckhekblhccjhhnipnbaamdb |
Descrição | Removes everything but the video from buffstream streams. |
Tamanho do Arquivo | 28.21 KB |
Contagem de Instalações | 143 |
Versão Atual | 1.1 |
Última Atualização | 2019-09-22 |
Data de Publicação | 2019-09-22 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Buffstream Extension", "version": "1.1", "description": "Removes everything but the video from buffstream streams.", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/buffstreamz.com\/*", "http:\/\/bfst.to\/*", "http:\/\/buffstream.to\/*" ], "js": [ ".\/index.js" ] } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |