What To Watch

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

Wat is What To Watch?

What To Watch is een Chrome-extensie ontwikkeld door modestas.bujanauskas, en de belangrijkste functie is "Instantly find your favourite movies and TV shows! Or just search for something new.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie What To Watch

Download What To Watch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam What To Watch What To Watch
ID fgbodlmbchgeoifgoblfdagllijdhmae
Officiële URL https://chromewebstore.google.com/detail/what-to-watch/fgbodlmbchgeoifgoblfdagllijdhmae
Beschrijving Instantly find your favourite movies and TV shows! Or just search for something new.
Bestandsgrootte 429 KB
Aantal Installaties 1,217
Huidige Versie 0.2.1
Laatst Bijgewerkt 2022-06-29
Publicatiedatum 2020-02-20
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar modestas.bujanauskas
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}