What To Watch

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

What To Watchคืออะไร?

What To Watch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย modestas.bujanauskas และคุณลักษณะหลักของมันคือ "Instantly find your favourite movies and TV shows! Or just search for something new."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย What To Watch

ดาวน์โหลดไฟล์ส่วนขยาย What To Watch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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