Show IMDB ratings
Show IMDB ratings
Qu'est-ce que Show IMDB ratings ?
Show IMDB ratings est une extension Chrome développée par Vin, et sa fonction principale est "Show IMDB ratings".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Show IMDB ratings
Téléchargez les fichiers d'extension Show IMDB ratings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Shows ratings next to each movie. Ratings 7.5 and above are shown in red.
Informations de Base sur l'Extension
Nom | Show IMDB ratings |
ID | mjljmcikmfemkogkhbohgcgbfaikoljg |
URL Officiel | https://chromewebstore.google.com/detail/show-imdb-ratings/mjljmcikmfemkogkhbohgcgbfaikoljg |
Description | Show IMDB ratings |
Taille du Fichier | 58.37 KB |
Nombre d'Installations | 274 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2022-12-11 |
Date de Publication | 2020-02-15 |
Évaluation | 3.23/5 Total 13 Évaluations |
Développeur | Vin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |