HBO IMDB Ratings for Chrome
This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
Qu'est-ce que HBO IMDB Ratings for Chrome ?
HBO IMDB Ratings for Chrome est une extension Chrome développée par andersbaero, et sa fonction principale est "This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HBO IMDB Ratings for Chrome
Téléchargez les fichiers d'extension HBO IMDB Ratings for Chrome 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
This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
Informations de Base sur l'Extension
Nom | HBO IMDB Ratings for Chrome |
ID | gimcheaobpkledablonfmgppbcjbiopd |
URL Officiel | https://chromewebstore.google.com/detail/hbo-imdb-ratings-for-chro/gimcheaobpkledablonfmgppbcjbiopd |
Description | This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner. |
Taille du Fichier | 578 KB |
Nombre d'Installations | 327 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-09-20 |
Date de Publication | 2019-09-19 |
Évaluation | 2.60/5 Total 5 Évaluations |
Développeur | andersbaero |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HBO IMDB Ratings for Chrome", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/*.hbonordic.com\/*" ], "js": [ "jquery-3.4.0.min.js", "content.js" ] } ], "browser_action": { "default_icon": "images\/riktigIcon.png" }, "background": { "scripts": [ "background.js" ] } } |