What To Watch
Instantly find your favourite movies and TV shows! Or just search for something new.
What is What To Watch?
What To Watch is a Chrome extension developed by modestas.bujanauskas, and its main feature is "Instantly find your favourite movies and TV shows! Or just search for something new.".
Extension Screenshots
Download What To Watch Extension CRX File
Download What To Watch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | What To Watch |
ID | fgbodlmbchgeoifgoblfdagllijdhmae |
Official URL | https://chromewebstore.google.com/detail/what-to-watch/fgbodlmbchgeoifgoblfdagllijdhmae |
Description | Instantly find your favourite movies and TV shows! Or just search for something new. |
File Size | 429 KB |
Installation Count | 1,217 |
Current Version | 0.2.1 |
Last Updated | 2022-06-29 |
Publish Date | 2020-02-20 |
Rating | 3.60/5 Total 5 Ratings |
Developer | modestas.bujanauskas |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |