TV Series Counter

TV Series Counter

Cos'è TV Series Counter?

TV Series Counter è un'estensione di Chrome sviluppata da Ksenia Kaganer, e la sua funzione principale è "TV Series Counter".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione TV Series Counter

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

                        Click on 'Add Series' and fill all the relevant information for you.
After this you can easily keep track of your series.
By clicking on its name you will open your Series url or IMDB site by default.
With an auto priority chosen you will increase the series counter by one each time you go to your link or you can change this by changing the priority to manual and increase and decrease the counter by yourself.

I hope this Extension will be useful for you!
On any other subject please feel free to contact me via my portfolio website!
http://kseniakaganer.wix.com/kseniakaganer                    

Informazioni di Base sull'Estensione

Nome TV Series Counter TV Series Counter
ID jlbccnkbfaabcjdlnhmmggcioahpjofk
URL Ufficiale https://chrome.google.com/webstore/detail/tv-series-counter/jlbccnkbfaabcjdlnhmmggcioahpjofk
Descrizione TV Series Counter
Dimensione del File 1.14 MB
Conteggio Installazioni 205
Versione Corrente 4.2
Ultimo Aggiornamento 2015-11-14
Data di Pubblicazione 2015-11-14
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore Ksenia Kaganer
Tipo di Pagamento free
Sito Web dell'Estensione http://kseniakaganer.wix.com/kseniakaganer
URL della Pagina di Aiuto http://kseniakaganer.wix.com/kseniakaganer#!contact/cfvg
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TV Series Counter",
    "version": "4.2",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "TV Series Counter",
    "browser_action": {
        "default_icon": "icon2.png",
        "default_title": "TVs Counter",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "management",
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}