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]はDaviddevによって開発されたChromeの拡張機能で、その主な機能は「Showbox has been a source of real entertainment for the android users as it entertains us through movies, shows, TV serials and…」です。
拡張機能のスクリーンショット
Showbox [2021]拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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]" } } |