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.
Wat is HBO IMDB Ratings for Chrome?
HBO IMDB Ratings for Chrome is een Chrome-extensie ontwikkeld door andersbaero, en de belangrijkste functie is "This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.".
Extensie Screenshots
Download het CRX-bestand van de extensie HBO IMDB Ratings for Chrome
Download HBO IMDB Ratings for Chrome-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
This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
Basisinformatie over de Extensie
Naam | HBO IMDB Ratings for Chrome |
ID | gimcheaobpkledablonfmgppbcjbiopd |
Officiële URL | https://chromewebstore.google.com/detail/hbo-imdb-ratings-for-chro/gimcheaobpkledablonfmgppbcjbiopd |
Beschrijving | This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner. |
Bestandsgrootte | 578 KB |
Aantal Installaties | 327 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-09-20 |
Publicatiedatum | 2019-09-19 |
Beoordeling | 2.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | andersbaero |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |