RateFlix Plus.
Adds ratings to the Netflix site based on the ratings of the most popular review aggregators.
RateFlix Plus.คืออะไร?
RateFlix Plus. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CromS และคุณลักษณะหลักของมันคือ "Adds ratings to the Netflix site based on the ratings of the most popular review aggregators."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RateFlix Plus.
ดาวน์โหลดไฟล์ส่วนขยาย RateFlix Plus. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The original add-on was abandoned in August 2018, and currently only shows the IMDB rating. This is an updated and revised version. Attention: it may take a few seconds to download ratings. 1. Films and TV shows will show ratings under the titles. 2. You can click on the aggregator icon to go to the site and find out the details. If you're enjoying the app, please support the developer by donating! You can become a patron here: https://www.patreon.com/CromS or donate directly via PayPal here: https://www.paypal.me/xCromSx Updated UI credit to Justin Rockmore. Thanks for your support!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RateFlix Plus. |
ID | mahjjnnfonpmljboifhdfafnalfhknfl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rateflix-plus/mahjjnnfonpmljboifhdfafnalfhknfl |
คำอธิบาย | Adds ratings to the Netflix site based on the ratings of the most popular review aggregators. |
ขนาดไฟล์ | 432 KB |
จำนวนการติดตั้ง | 182 |
เวอร์ชันปัจจุบัน | 2.0.5 |
อัปเดตครั้งล่าสุด | 2021-11-11 |
วันที่เผยแพร่ | 2020-06-16 |
คะแนน | 3.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | CromS |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,fr,nl,no,vi,tr,ca,da,it,hu,pl,ro,fi,cs,el,sr,ru,uk,iw,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "2.0.5", "default_locale": "en", "icons": { "16": "images\/icon__16.png", "24": "images\/icon__24.png", "32": "images\/icon__32.png", "48": "images\/icon__48.png", "128": "images\/icon__128.png" }, "browser_action": { "default_icon": { "16": "images\/icon__16.png", "24": "images\/icon__24.png", "32": "images\/icon__32.png", "48": "images\/icon__48.png" }, "default_title": "RateFlix Plus", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.netflix.com\/*" ], "css": [ "stylesheets\/contentscript.css", "stylesheets\/tooltip.css", "stylesheets\/injectMain.css" ], "js": [ "js\/inject.js", "js\/injectMain.js", "js\/contentscript.js", "js\/omdb.js", "js\/ratings.js", "js\/index-min.js", "js\/db.js" ] } ], "background": { "scripts": [ "js\/background.js", "js\/MD5.js", "js\/bg.js", "js\/worker.js" ] }, "web_accessible_resources": [ "images\/imdb_31x14.png", "images\/rt_logo.png", "images\/metacritic_logo.png", "images\/kp.png", "images\/kr.png", "images\/pop.png", "images\/tmdb.png", "images\/25.gif", "images\/moreinfo.png", "images\/filmweb.png", "images\/icon__32.png" ], "permissions": [ "https:\/\/*.netflix.com\/*", "*:\/\/private.omdbapi.com\/*", "*:\/\/*.kinorium.com\/*", "*:\/\/*.filmweb.pl\/*", "*:\/\/www.rottentomatoes.com\/*", "*:\/\/us-central1-useful-scores-for-netflix.cloudfunctions.net\/*", "*:\/\/v2.sg.media-imdb.com\/*", "unlimitedStorage" ], "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self';" } |