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.
Apa itu HBO IMDB Ratings for Chrome?
HBO IMDB Ratings for Chrome adalah ekstensi Chrome yang dikembangkan oleh andersbaero, dan fitur utamanya adalah "This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HBO IMDB Ratings for Chrome
Unduh file ekstensi HBO IMDB Ratings for Chrome 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 will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
Informasi Dasar Ekstensi
Nama | HBO IMDB Ratings for Chrome |
ID | gimcheaobpkledablonfmgppbcjbiopd |
URL Resmi | https://chromewebstore.google.com/detail/hbo-imdb-ratings-for-chro/gimcheaobpkledablonfmgppbcjbiopd |
Deskripsi | This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner. |
Ukuran File | 578 KB |
Jumlah Instalasi | 327 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-09-20 |
Tanggal Publikasi | 2019-09-19 |
Penilaian | 2.60/5 Total 5 Penilaian |
Pengembang | andersbaero |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |