TV Show Tracker

Developed by Metin Dizdar

What is TV Show Tracker?

TV Show Tracker is a Chrome extension developed by metindizdar, and its main feature is "Developed by Metin Dizdar".

Extension Screenshots

screenshot
screenshot
screenshot

Download TV Show Tracker Extension CRX File

Download TV Show 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

                        This app helps you track your favorite tv shows. Now it's easy to save the latest episode. Don't miss your series.                    

Extension Basic Information

Name TV Show Tracker TV Show Tracker
ID haahcjpkljcjfjldgcllmkpojfbgjfaf
Official URL https://chromewebstore.google.com/detail/tv-show-tracker/haahcjpkljcjfjldgcllmkpojfbgjfaf
Description Developed by Metin Dizdar
File Size 73.45 KB
Installation Count 1,887
Current Version 3.1
Last Updated 2016-05-21
Publish Date 2016-05-21
Rating 4.36/5 Total 14 Ratings
Developer metindizdar
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TV Show Tracker",
    "version": "3.1",
    "description": "Developed by Metin Dizdar",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "TV Show Tracker"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}