Netflix IMDb Ratings
Adds the IMDb rating to Netflix show cards
Apa itu Netflix IMDb Ratings?
Netflix IMDb Ratings adalah ekstensi Chrome yang dikembangkan oleh kanslulz, dan fitur utamanya adalah "Adds the IMDb rating to Netflix show cards".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Netflix IMDb Ratings
Unduh file ekstensi Netflix IMDb Ratings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Netflix IMDb Ratings |
ID | flbaobpeildpkibhejhbapoleckbjkih |
URL Resmi | https://chromewebstore.google.com/detail/netflix-imdb-ratings/flbaobpeildpkibhejhbapoleckbjkih |
Deskripsi | Adds the IMDb rating to Netflix show cards |
Ukuran File | 6.33 KB |
Jumlah Instalasi | 71 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-04-09 |
Tanggal Publikasi | 2017-04-09 |
Penilaian | 2.22/5 Total 9 Penilaian |
Pengembang | kanslulz |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |