Netflix Rating
View IMDB and Rotten Tomatoes scores inside Netflix!
Netflix Ratingคืออะไร?
Netflix Rating เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maya Benjamin และคุณลักษณะหลักของมันคือ "View IMDB and Rotten Tomatoes scores inside Netflix!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix Rating
ดาวน์โหลดไฟล์ส่วนขยาย Netflix Rating ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
View Imdb and Rotten Tomatoes scores of movies and series directly in Netflix! Simple and easy to use. Version 2.0: * Can now view Rotten Tomatoes scores! * Added menu to choose which scores to view. Version 1.1: * Added support for gallery view. * Added support for search.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Netflix Rating |
ID | bcmbdiempfifibcoenpgmdcmaacdiocj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/netflix-rating/bcmbdiempfifibcoenpgmdcmaacdiocj |
คำอธิบาย | View IMDB and Rotten Tomatoes scores inside Netflix! |
ขนาดไฟล์ | 20.55 KB |
จำนวนการติดตั้ง | 259 |
เวอร์ชันปัจจุบัน | 2.0.6 |
อัปเดตครั้งล่าสุด | 2022-03-05 |
วันที่เผยแพร่ | 2020-05-02 |
คะแนน | 3.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Maya Benjamin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Rating", "version": "2.0.6", "description": "View IMDB and Rotten Tomatoes scores inside Netflix!", "permissions": [ "*:\/\/*.netflix.com\/browse", "storage" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/browse\/*" ], "js": [ "NetflixRating.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |