Series Counter

Countes season and episodes of your favorite series. You'll never forget the last seen episode again.

Cos'è Series Counter?

Series Counter è un'estensione di Chrome sviluppata da malte, e la sua funzione principale è "Countes season and episodes of your favorite series. You'll never forget the last seen episode again.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Series Counter

Scarica i file di estensione Series Counter 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 helps you to keep track with your favorite series and TV-Shows.
It can be very annoying if you have forgotten the last episode you watched and need to look it up in an episodes guide. 
This extension is very easy to use, you add a series and then you just need to count the episodes after you have seen them.

Your data is automatically stored in your Google account, which will provide a synchron list of series on all your other computers.  

The Series Counter will not tell you the date of the next episodes, however this is a feature which might be integrated into this extension in the future. 

The icon was created by www.hartmann-kommunikation.de                    

Informazioni di Base sull'Estensione

Nome Series Counter Series Counter
ID ldencgpkoocbigmcdakoaelonpokokkf
URL Ufficiale https://chromewebstore.google.com/detail/series-counter/ldencgpkoocbigmcdakoaelonpokokkf
Descrizione Countes season and episodes of your favorite series. You'll never forget the last seen episode again.
Dimensione del File 59.45 KB
Conteggio Installazioni 196
Versione Corrente 1.0.0.4
Ultimo Aggiornamento 2015-09-24
Data di Pubblicazione 2015-09-24
Valutazione 4.59/5 Totale 17 Valutazioni
Sviluppatore malte
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Series Counter",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "version": "1.0.0.4",
    "manifest_version": 2,
    "description": "Countes season and episodes of your favorite series. You'll never forget the last seen episode again.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "media\/img\/icon.png",
        "default_popup": "popup.html"
    }
}