Showbox [2021]
Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and…
Cos'è Showbox [2021]?
Showbox [2021] è un'estensione di Chrome sviluppata da Daviddev, e la sua funzione principale è "Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Showbox [2021]
Scarica i file di estensione Showbox [2021] in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ckmoahceihilnganpcfgocjeonoaggie |
URL Ufficiale | https://chrome.google.com/webstore/detail/showbox-2021/ckmoahceihilnganpcfgocjeonoaggie |
Descrizione | Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and… |
Dimensione del File | 24.31 KB |
Conteggio Installazioni | 160 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2021-09-11 |
Data di Pubblicazione | 2021-09-11 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Daviddev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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]" } } |