Showbox [2021]
Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and…
O que é Showbox [2021]?
Showbox [2021] é uma extensão do Chrome desenvolvida por Daviddev, e sua principal característica é "Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Showbox [2021]
Baixe arquivos de extensão Showbox [2021] 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
Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and much more. However, eventually, we feel reluctant to watch these videos and movies on our small smartphone screens and wish that we could watch them on the larger display of our computer or laptop. Showbox App is an application which has been developed only for the android phones and tablets but you can still use it conveniently on your Windows PC by using Android Emulators.
Informações Básicas da Extensão
Nome | |
ID | ckmoahceihilnganpcfgocjeonoaggie |
URL Oficial | https://chrome.google.com/webstore/detail/showbox-2021/ckmoahceihilnganpcfgocjeonoaggie |
Descrição | Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and… |
Tamanho do Arquivo | 24.31 KB |
Contagem de Instalações | 160 |
Versão Atual | 1.1.1 |
Última Atualização | 2021-09-11 |
Data de Publicação | 2021-09-11 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Daviddev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Showbox [2021]", "version": "1.1.1", "manifest_version": 2, "description": "", "homepage_url": "https:\/\/chrome.edgelauncher.com\/extshowbox", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/chrome.edgelauncher.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "Showbox [2021]" } } |