IMDb Runtime
Convert IMDb movie/tv runtimes to hours and minutes.
Wat is IMDb Runtime?
IMDb Runtime is een Chrome-extensie ontwikkeld door Terkel Gjervig, en de belangrijkste functie is "Convert IMDb movie/tv runtimes to hours and minutes.".
Extensie Screenshots
Download het CRX-bestand van de extensie IMDb Runtime
Download IMDb Runtime-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automatically convert runtimes on IMDb to hours and minutes for easier reading.
Basisinformatie over de Extensie
Naam | IMDb Runtime |
ID | gclighdbiijnjlnjljgnamaibjkemffj |
Officiële URL | https://chromewebstore.google.com/detail/imdb-runtime/gclighdbiijnjlnjljgnamaibjkemffj |
Beschrijving | Convert IMDb movie/tv runtimes to hours and minutes. |
Bestandsgrootte | 8.62 KB |
Aantal Installaties | 55 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2015-01-03 |
Publicatiedatum | 2015-01-02 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Terkel Gjervig |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |