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.
Vad är HBO IMDB Ratings for Chrome?
HBO IMDB Ratings for Chrome är en Chrome-tillägg utvecklad av andersbaero, och dess huvudfunktion är "This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.".
Tilläggsskärmbilder
Ladda ner HBO IMDB Ratings for Chrome-förlängningens CRX-fil
Ladda ner HBO IMDB Ratings for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
Grundläggande Information om Tillägg
Namn | HBO IMDB Ratings for Chrome |
ID | gimcheaobpkledablonfmgppbcjbiopd |
Officiell webbadress | https://chromewebstore.google.com/detail/hbo-imdb-ratings-for-chro/gimcheaobpkledablonfmgppbcjbiopd |
Beskrivning | This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner. |
Filstorlek | 578 KB |
Antal Installationer | 327 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-09-20 |
Publiceringsdatum | 2019-09-19 |
Betyg | 2.60/5 Totalt 5 Betyg |
Utvecklare | andersbaero |
Betalningssätt | free |
Stödda Språk | 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" ] } } |