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