Seen! Tv Series Episode Tracker

The smartest and definitive way to keep track of your favourite tv shows' episodes!

What is Seen! Tv Series Episode Tracker?

Seen! Tv Series Episode Tracker is a Chrome extension developed by albertogiunta, and its main feature is "The smartest and definitive way to keep track of your favourite tv shows' episodes!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Seen! Tv Series Episode Tracker Extension CRX File

Download Seen! Tv Series Episode Tracker 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

                        Seen! helps you keep track of the last episode of your favourite Tv Shows in the smartest and fastest way you can think of.
Seen! gives you the opportunity not only to easily navigate through your Tv Shows episodes, but to have smart links (built for every specific episode) to Subtitles, Torrent and Streaming websites as well, and you can even customize them!

---------- Changelog ----------
2.0.2
- Fixed custom link bug leading to non-responsive application. 
Huge thanks to @Notchy13 for taking care of it!

2.0.1
- Fixed buttons visualization (when inactive they actually act as inactive now)
- Rearranged options page for a clearer navigation

2.0.0
- Brand new design
- General Options page: now you can define shared links among all the tv series and sort the tv series in the main page
- Sorting options in the Research page 

1.2.5
- Inactive link when not set
- Invisible link when not aired
- How much time since airing date or until next episode now visible

Special thanks for the suggestions: /u/deadhour

1.2.4
- Fixed bug in the episode representation
- Updated graphics                    

Extension Basic Information

Name Seen! Tv Series Episode Tracker Seen! Tv Series Episode Tracker
ID lkickecpgpegomhfjadelgeadepjijeh
Official URL https://chromewebstore.google.com/detail/seen-tv-series-episode-tr/lkickecpgpegomhfjadelgeadepjijeh
Description The smartest and definitive way to keep track of your favourite tv shows' episodes!
File Size 47.19 KB
Installation Count 334
Current Version 2.0.3
Last Updated 2017-03-06
Publish Date 2017-03-06
Rating 4.38/5 Total 34 Ratings
Developer albertogiunta
Email [email protected]
Payment Type free
Extension Website http://albertogiunta.github.io/side%20projects/2015/10/06/The%20episode%20tracker%20you%20always%20wanted%20but%20were%20afraid%20to%20ask.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Seen! Tv Series Episode Tracker",
    "description": "The smartest and definitive way to keep track of your favourite tv shows' episodes!",
    "version": "2.0.3",
    "short_name": "Seen!",
    "author": "Alberto Giunta",
    "icons": {
        "16": "\/res\/icon16.png",
        "48": "\/res\/icon48.png",
        "128": "\/res\/icon128.png"
    },
    "browser_action": {
        "default_popup": "\/Popup\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}