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'est-ce que Showbox [2021] ?
Showbox [2021] est une extension Chrome développée par Daviddev, et sa fonction principale est "Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Showbox [2021]
Téléchargez les fichiers d'extension Showbox [2021] au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ckmoahceihilnganpcfgocjeonoaggie |
URL Officiel | https://chrome.google.com/webstore/detail/showbox-2021/ckmoahceihilnganpcfgocjeonoaggie |
Description | Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and… |
Taille du Fichier | 24.31 KB |
Nombre d'Installations | 160 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2021-09-11 |
Date de Publication | 2021-09-11 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Daviddev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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]" } } |