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 |
官方網址 | 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]" } } |