Netflix IMDb Ratings
Adds the IMDb rating to Netflix show cards
Vad är Netflix IMDb Ratings?
Netflix IMDb Ratings är en Chrome-tillägg utvecklad av kanslulz, och dess huvudfunktion är "Adds the IMDb rating to Netflix show cards".
Tilläggsskärmbilder
Ladda ner Netflix IMDb Ratings-förlängningens CRX-fil
Ladda ner Netflix IMDb Ratings-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 adds a bubble with the IMDb rating when you hover over a card on Netflix. It looks native and links to the IMDb description page.
Grundläggande Information om Tillägg
Namn | Netflix IMDb Ratings |
ID | flbaobpeildpkibhejhbapoleckbjkih |
Officiell webbadress | https://chromewebstore.google.com/detail/netflix-imdb-ratings/flbaobpeildpkibhejhbapoleckbjkih |
Beskrivning | Adds the IMDb rating to Netflix show cards |
Filstorlek | 6.33 KB |
Antal Installationer | 71 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-04-09 |
Publiceringsdatum | 2017-04-09 |
Betyg | 2.22/5 Totalt 9 Betyg |
Utvecklare | kanslulz |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix IMDb Ratings", "description": "Adds the IMDb rating to Netflix show cards", "version": "1.1", "browser_action": { "default_icon": "logo.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.netflix.com\/*", "http:\/\/*.netflix.com\/*" ], "js": [ "page_observer.js", "rating_utils.js" ] } ] } |