Watched

Keep track of episodes from your favorite TV shows.

Co to jest Watched?

Watched to rozszerzenie Chrome opracowane przez Ayala Nakashima Barbosa, a jego główną funkcją jest „Keep track of episodes from your favorite TV shows.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Watched

Pobierz pliki rozszerzeń Watched w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Watched Watched
ID hdnfenemdaacjjgcjeifpdefnmlcogel
Oficjalny URL https://chromewebstore.google.com/detail/watched/hdnfenemdaacjjgcjeifpdefnmlcogel
Opis Keep track of episodes from your favorite TV shows.
Rozmiar pliku 51.25 KB
Liczba instalacji 5,634
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2017-08-12
Data Publikacji 2017-08-12
Ocena 4.67/5 Łącznie 66 Oceny
Deweloper Ayala Nakashima Barbosa
Typ Płatności free
Obsługiwane Języki 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
    }
}