What To Watch

Instantly find your favourite movies and TV shows! Or just search for something new.

What To Watch란 무엇입니까?

What To Watch은(는) modestas.bujanauskas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly find your favourite movies and TV shows! Or just search for something new."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

What To Watch 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension helps easily find new movies or TV shows to watch. If you found movie you want to watch just add it to To Watch List.                    

확장 프로그램 기본 정보

이름 What To Watch What To Watch
ID fgbodlmbchgeoifgoblfdagllijdhmae
공식 URL https://chromewebstore.google.com/detail/what-to-watch/fgbodlmbchgeoifgoblfdagllijdhmae
설명 Instantly find your favourite movies and TV shows! Or just search for something new.
파일 크기 429 KB
설치 횟수 1,217
현재 버전 0.2.1
최근 업데이트 2022-06-29
출시 날짜 2020-02-20
평점 3.60/5 총 5 개의 평점
개발자 modestas.bujanauskas
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "What To Watch",
    "description": "Instantly find your favourite movies and TV shows! Or just search for something new.",
    "version": "0.2.1",
    "action": {
        "default_popup": "index.html",
        "default_title": "What To Watch"
    },
    "icons": {
        "16": "wtw-logo.png",
        "48": "wtw-logo.png",
        "128": "wtw-logo.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage"
    ]
}