holo-nonstop-extension
Enjoy Hololive content continuously
O que é holo-nonstop-extension?
holo-nonstop-extension é uma extensão do Chrome desenvolvida por qwe19272375, e sua principal característica é "Enjoy Hololive content continuously".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão holo-nonstop-extension
Baixe arquivos de extensão holo-nonstop-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
Install this extension to enable tabs to watch hololive live streams without having trouble spending time to find another live stream manually. Please refer to https://github.com/k4r1suma/holo-nonstop-extension#usage for usage
Informações Básicas da Extensão
Nome | holo-nonstop-extension |
ID | inkmfkgkfcicnjingdpppdffmjeohppn |
URL Oficial | https://chromewebstore.google.com/detail/holo-nonstop-extension/inkmfkgkfcicnjingdpppdffmjeohppn |
Descrição | Enjoy Hololive content continuously |
Tamanho do Arquivo | 559 KB |
Contagem de Instalações | 200 |
Versão Atual | 0.1.1 |
Última Atualização | 2020-08-22 |
Data de Publicação | 2020-08-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | qwe19272375 |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/k4r1suma/holo-nonstop-extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "holo-nonstop-extension", "author": "k4r1suma", "version": "0.1.1", "description": "Enjoy Hololive content continuously", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "16": "img\/[email protected]", "32": "img\/[email protected]", "64": "img\/[email protected]", "128": "img\/[email protected]" }, "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "tabs", "storage" ], "icons": { "16": "img\/[email protected]", "32": "img\/[email protected]", "64": "img\/[email protected]", "128": "img\/[email protected]" }, "manifest_version": 2 } |