Watched

Keep track of episodes from your favorite TV shows.

Wat is Watched?

Watched is een Chrome-extensie ontwikkeld door Ayala Nakashima Barbosa, en de belangrijkste functie is "Keep track of episodes from your favorite TV shows.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Watched

Download Watched-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

                        - 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 :)                    

Basisinformatie over de Extensie

Naam Watched Watched
ID hdnfenemdaacjjgcjeifpdefnmlcogel
Officiële URL https://chromewebstore.google.com/detail/watched/hdnfenemdaacjjgcjeifpdefnmlcogel
Beschrijving Keep track of episodes from your favorite TV shows.
Bestandsgrootte 51.25 KB
Aantal Installaties 5,634
Huidige Versie 1.2
Laatst Bijgewerkt 2017-08-12
Publicatiedatum 2017-08-12
Beoordeling 4.67/5 Totaal 66 Beoordelingen
Ontwikkelaar Ayala Nakashima Barbosa
Betalingswijze free
Ondersteunde Talen 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
    }
}