IMDb TV Series Chart
IMDb TV Series Chart
What is IMDb TV Series Chart?
IMDb TV Series Chart is a Chrome extension developed by brainexer, and its main feature is "IMDb TV Series Chart".
Extension Screenshots
Download IMDb TV Series Chart Extension CRX File
Download IMDb TV Series Chart 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
With this extension it is possible to view imdb tv show expisode ratings on chart
Extension Basic Information
Name | IMDb TV Series Chart |
ID | iallhoomcfnppkafmgoncnabadhknhjb |
Official URL | https://chromewebstore.google.com/detail/imdb-tv-series-chart/iallhoomcfnppkafmgoncnabadhknhjb |
Description | IMDb TV Series Chart |
File Size | 137 KB |
Installation Count | 404 |
Current Version | 0.9 |
Last Updated | 2023-09-30 |
Publish Date | 2018-07-07 |
Rating | 5.00/5 Total 10 Ratings |
Developer | brainexer |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMDb TV Series Chart", "description": "IMDb TV Series Chart", "version": "0.9", "icons": { "48": "icon_48.png", "96": "icon_96.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.imdb.com\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ], "css": [ "css\/jquery.modal.min.css", "css\/style.css" ] } ], "permissions": [ "https:\/\/www.imdb.com\/*" ] } |