Showbox [2021]
Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and…
Was ist Showbox [2021]?
Showbox [2021] ist eine Chrome-Erweiterung, die von Daviddev entwickelt wurde, und ihr Hauptmerkmal ist "Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and…".
Erweiterungsscreenshots
Showbox [2021]-Erweiterungs-CRX-Datei herunterladen
Laden Sie Showbox [2021]-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ckmoahceihilnganpcfgocjeonoaggie |
Offizielle URL | https://chrome.google.com/webstore/detail/showbox-2021/ckmoahceihilnganpcfgocjeonoaggie |
Beschreibung | Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and… |
Dateigröße | 24.31 KB |
Installationsanzahl | 160 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2021-09-11 |
Veröffentlichungsdatum | 2021-09-11 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Daviddev |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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]" } } |