Showbox [2021]
Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and…
¿Qué es Showbox [2021]?
Showbox [2021] es una extensión de Chrome desarrollada por Daviddev, y su función principal es "Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Showbox [2021]
Descarga archivos de extensión Showbox [2021] en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | ckmoahceihilnganpcfgocjeonoaggie |
URL Oficial | https://chrome.google.com/webstore/detail/showbox-2021/ckmoahceihilnganpcfgocjeonoaggie |
Descripción | Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and… |
Tamaño del Archivo | 24.31 KB |
Cantidad de Instalaciones | 160 |
Versión Actual | 1.1.1 |
Última Actualización | 2021-09-11 |
Fecha de Publicación | 2021-09-11 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Daviddev |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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]" } } |