Show IMDB ratings
Show IMDB ratings
Wat is Show IMDB ratings?
Show IMDB ratings is een Chrome-extensie ontwikkeld door Vin, en de belangrijkste functie is "Show IMDB ratings".
Extensie Screenshots
Download het CRX-bestand van de extensie Show IMDB ratings
Download Show IMDB ratings-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
Shows ratings next to each movie. Ratings 7.5 and above are shown in red.
Basisinformatie over de Extensie
Naam | Show IMDB ratings |
ID | mjljmcikmfemkogkhbohgcgbfaikoljg |
Officiële URL | https://chromewebstore.google.com/detail/show-imdb-ratings/mjljmcikmfemkogkhbohgcgbfaikoljg |
Beschrijving | Show IMDB ratings |
Bestandsgrootte | 58.37 KB |
Aantal Installaties | 274 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2022-12-11 |
Publicatiedatum | 2020-02-15 |
Beoordeling | 3.23/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Vin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.1", "name": "Show IMDB ratings", "short_name": "IMDB ratings", "description": "Show IMDB ratings", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_title": "Show IMDB ratings", "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "js": [ "jquery.min.js", "showrate.js" ], "matches": [ "https:\/\/www.imdb.com\/*" ] } ], "host_permissions": [ "https:\/\/www.imdb.com\/" ] } |