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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]"
    }
}