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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } |