Showbox [2021]
Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and…
Τι είναι το Showbox [2021];
Το Showbox [2021] είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Daviddev, και η κύρια λειτουργία του είναι "Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Showbox [2021]
Λήψη αρχείων επέκτασης Showbox [2021] σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ckmoahceihilnganpcfgocjeonoaggie |
Επίσημο URL | https://chrome.google.com/webstore/detail/showbox-2021/ckmoahceihilnganpcfgocjeonoaggie |
Περιγραφή | Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and… |
Μέγεθος Αρχείου | 24.31 KB |
Αριθμός Εγκαταστάσεων | 160 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2021-09-11 |
Ημερομηνία Δημοσίευσης | 2021-09-11 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Daviddev |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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]" } } |