Show IMDB ratings
Show IMDB ratings
Show IMDB ratingsคืออะไร?
Show IMDB ratings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vin และคุณลักษณะหลักของมันคือ "Show IMDB ratings"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show IMDB ratings
ดาวน์โหลดไฟล์ส่วนขยาย Show IMDB ratings ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shows ratings next to each movie. Ratings 7.5 and above are shown in red.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Show IMDB ratings |
ID | mjljmcikmfemkogkhbohgcgbfaikoljg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/show-imdb-ratings/mjljmcikmfemkogkhbohgcgbfaikoljg |
คำอธิบาย | Show IMDB ratings |
ขนาดไฟล์ | 58.37 KB |
จำนวนการติดตั้ง | 274 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2022-12-11 |
วันที่เผยแพร่ | 2020-02-15 |
คะแนน | 3.23/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Vin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.1", "name": "Show IMDB ratings", "short_name": "IMDB ratings", "description": "Show IMDB ratings", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_title": "Show IMDB ratings", "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "js": [ "jquery.min.js", "showrate.js" ], "matches": [ "https:\/\/www.imdb.com\/*" ] } ], "host_permissions": [ "https:\/\/www.imdb.com\/" ] } |