TV Series Counter

TV Series Counter

O que é TV Series Counter?

TV Series Counter é uma extensão do Chrome desenvolvida por Ksenia Kaganer, e sua principal característica é "TV Series Counter".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão TV Series Counter

Baixe arquivos de extensão TV Series Counter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome TV Series Counter TV Series Counter
ID jlbccnkbfaabcjdlnhmmggcioahpjofk
URL Oficial https://chrome.google.com/webstore/detail/tv-series-counter/jlbccnkbfaabcjdlnhmmggcioahpjofk
Descrição TV Series Counter
Tamanho do Arquivo 1.14 MB
Contagem de Instalações 205
Versão Atual 4.2
Última Atualização 2015-11-14
Data de Publicação 2015-11-14
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Ksenia Kaganer
Tipo de Pagamento free
Site da Extensão http://kseniakaganer.wix.com/kseniakaganer
URL da Página de Ajuda http://kseniakaganer.wix.com/kseniakaganer#!contact/cfvg
Idiomas Suportados 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'"
}