What To Watch

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

Cos'è What To Watch?

What To Watch è un'estensione di Chrome sviluppata da modestas.bujanauskas, e la sua funzione principale è "Instantly find your favourite movies and TV shows! Or just search for something new.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione What To Watch

Scarica i file di estensione What To Watch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome What To Watch What To Watch
ID fgbodlmbchgeoifgoblfdagllijdhmae
URL Ufficiale https://chromewebstore.google.com/detail/what-to-watch/fgbodlmbchgeoifgoblfdagllijdhmae
Descrizione Instantly find your favourite movies and TV shows! Or just search for something new.
Dimensione del File 429 KB
Conteggio Installazioni 1,217
Versione Corrente 0.2.1
Ultimo Aggiornamento 2022-06-29
Data di Pubblicazione 2020-02-20
Valutazione 3.60/5 Totale 5 Valutazioni
Sviluppatore modestas.bujanauskas
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}