TV Series Counter

TV Series Counter

What is TV Series Counter?

TV Series Counter is a Chrome extension developed by Ksenia Kaganer, and its main feature is "TV Series Counter".

Extension Screenshots

Download TV Series Counter Extension CRX File

Download TV Series Counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name TV Series Counter TV Series Counter
ID jlbccnkbfaabcjdlnhmmggcioahpjofk
Official URL https://chrome.google.com/webstore/detail/tv-series-counter/jlbccnkbfaabcjdlnhmmggcioahpjofk
Description TV Series Counter
File Size 1.14 MB
Installation Count 205
Current Version 4.2
Last Updated 2015-11-14
Publish Date 2015-11-14
Rating 5.00/5 Total 8 Ratings
Developer Ksenia Kaganer
Payment Type free
Extension Website http://kseniakaganer.wix.com/kseniakaganer
Help Page URL http://kseniakaganer.wix.com/kseniakaganer#!contact/cfvg
Supported Languages 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'"
}