Watched

Keep track of episodes from your favorite TV shows.

Cos'è Watched?

Watched è un'estensione di Chrome sviluppata da Ayala Nakashima Barbosa, e la sua funzione principale è "Keep track of episodes from your favorite TV shows.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Watched

Scarica i file di estensione Watched 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

                        - Episode list, with each episode's name, airdate, and summary (if available)
- Progress bar for each TV series with how many episodes have been watched
- Schedule with upcoming and previously aired episodes
- Custom episode links so you can google, stream, or "whatever" an episode
- Chrome sync to keep information consistent across multiple devices
- No sign up needed :)                    

Informazioni di Base sull'Estensione

Nome Watched Watched
ID hdnfenemdaacjjgcjeifpdefnmlcogel
URL Ufficiale https://chromewebstore.google.com/detail/watched/hdnfenemdaacjjgcjeifpdefnmlcogel
Descrizione Keep track of episodes from your favorite TV shows.
Dimensione del File 51.25 KB
Conteggio Installazioni 5,634
Versione Corrente 1.2
Ultimo Aggiornamento 2017-08-12
Data di Pubblicazione 2017-08-12
Valutazione 4.67/5 Totale 66 Valutazioni
Sviluppatore Ayala Nakashima Barbosa
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Watched",
    "short_name": "Watched",
    "description": "Keep track of episodes from your favorite TV shows.",
    "version": "1.2",
    "author": "Ayala Nakashima Barbosa",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/tv16.png",
        "48": "icons\/tv48.png",
        "128": "icons\/tv128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/tv19.png",
            "38": "icons\/tv38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Watched"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}