Series Counter

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

What is Series Counter?

Series Counter is a Chrome extension developed by malte, and its main feature is "Countes season and episodes of your favorite series. You'll never forget the last seen episode again.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Series Counter Extension CRX File

Download 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

                        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                    

Extension Basic Information

Name Series Counter Series Counter
ID ldencgpkoocbigmcdakoaelonpokokkf
Official URL https://chromewebstore.google.com/detail/series-counter/ldencgpkoocbigmcdakoaelonpokokkf
Description Countes season and episodes of your favorite series. You'll never forget the last seen episode again.
File Size 59.45 KB
Installation Count 196
Current Version 1.0.0.4
Last Updated 2015-09-24
Publish Date 2015-09-24
Rating 4.59/5 Total 17 Ratings
Developer malte
Payment Type free
Supported Languages 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"
    }
}