IMDb Runtime
Convert IMDb movie/tv runtimes to hours and minutes.
What is IMDb Runtime?
IMDb Runtime is a Chrome extension developed by Terkel Gjervig, and its main feature is "Convert IMDb movie/tv runtimes to hours and minutes.".
Extension Screenshots
Download IMDb Runtime Extension CRX File
Download IMDb Runtime 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
Automatically convert runtimes on IMDb to hours and minutes for easier reading.
Extension Basic Information
Name | IMDb Runtime |
ID | gclighdbiijnjlnjljgnamaibjkemffj |
Official URL | https://chromewebstore.google.com/detail/imdb-runtime/gclighdbiijnjlnjljgnamaibjkemffj |
Description | Convert IMDb movie/tv runtimes to hours and minutes. |
File Size | 8.62 KB |
Installation Count | 55 |
Current Version | 0.0.3 |
Last Updated | 2015-01-03 |
Publish Date | 2015-01-02 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Terkel Gjervig |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/imdb.com\/*", "http:\/\/www.imdb.com\/*", "https:\/\/imdb.com\/*", "https:\/\/www.imdb.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |