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.
HBO IMDB Ratings for Chromeคืออะไร?
HBO IMDB Ratings for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andersbaero และคุณลักษณะหลักของมันคือ "This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HBO IMDB Ratings for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย HBO IMDB Ratings for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HBO IMDB Ratings for Chrome |
ID | gimcheaobpkledablonfmgppbcjbiopd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hbo-imdb-ratings-for-chro/gimcheaobpkledablonfmgppbcjbiopd |
คำอธิบาย | This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner. |
ขนาดไฟล์ | 578 KB |
จำนวนการติดตั้ง | 327 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-09-20 |
วันที่เผยแพร่ | 2019-09-19 |
คะแนน | 2.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | andersbaero |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } } |