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…”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Showbox [2021] Showbox [2021]
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]"
    }
}