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.”。
擴展截圖
下載What To Watch擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | fgbodlmbchgeoifgoblfdagllijdhmae |
| 官方網址 | 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"
]
} | |