MyShows: TV Show tracker

Track and rate your favourite TV-shows

Cos'è MyShows: TV Show tracker?

MyShows: TV Show tracker è un'estensione di Chrome sviluppata da Vitaly Yerofeyevsky, e la sua funzione principale è "Track and rate your favourite TV-shows".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MyShows: TV Show tracker

Scarica i file di estensione MyShows: TV Show tracker 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

                        This extension requires registration on http://myshows.me website. 

You can
- track and rate watched episodes
- monitor upcoming episodes in the calendar.

Source code on github:
https://github.com/flytaly/myshows-tracker                    

Informazioni di Base sull'Estensione

Nome MyShows: TV Show tracker MyShows: TV Show tracker
ID lcdinflfffodmodbkhaijglgjpeefodo
URL Ufficiale https://chromewebstore.google.com/detail/myshows-tv-show-tracker/lcdinflfffodmodbkhaijglgjpeefodo
Descrizione Track and rate your favourite TV-shows
Dimensione del File 80.92 KB
Conteggio Installazioni 94
Versione Corrente 3.0.2
Ultimo Aggiornamento 2023-09-11
Data di Pubblicazione 2020-06-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Vitaly Yerofeyevsky
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/flytaly/myshows-tracker
URL della Pagina di Aiuto https://github.com/flytaly/myshows-tracker
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_description__",
    "name": "__MSG_name__",
    "short_name": "MyShows",
    "version": "3.0.2",
    "homepage_url": "https:\/\/github.com\/flytaly\/myshows-tracker",
    "minimum_chrome_version": "105",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzS\/1DCNgzInyNUYNZcwDad5+SZPVAsiQaXfTC2k14b9CE3E2WWSROMK9BDesmKk5bOlrDyNlu0ZU5\/kR8BBIKX1Hh6ZiXT2tZz+Q\/YW3J2Tv6aqPYsOubzG2b2alcVjeO\/HP30CDYMl5ia0GmGd4\/nshWKrEH8\/e8vYwlXM2dvsZEAZ0Rp2VliC5ycc8qoZXLk\/MxFeC1jduqpfs5nkoe6TOsAU8svJerTUlpt1acU66xoRqOW+XsnHGlOb0zox9wY+PwSI2yCEJIXYh3OcOUqFCXmlGzJ+uVlFcnKvWFHViuO6r20Sb7aeEAB9kDSph\/2iRIKQcDodGgPEKQV026wIDAQAB",
    "background": {
        "service_worker": ".\/dist\/background\/background.js"
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "64": "\/images\/icon-64.png",
        "128": "\/images\/icon-128.png",
        "256": "\/images\/icon-256.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.myshows.me\/*"
    ],
    "action": {
        "default_title": "__MSG_extension_title__",
        "default_icon": {
            "32": "\/images\/icon-32.png",
            "64": "\/images\/icon-64.png"
        },
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}