IMDB Ratings on Netflix

Show IMDB on Netflix.

IMDB Ratings on Netflixคืออะไร?

IMDB Ratings on Netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://netflix-imdb.freefinancetools.net และคุณลักษณะหลักของมันคือ "Show IMDB on Netflix."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMDB Ratings on Netflix

ดาวน์โหลดไฟล์ส่วนขยาย IMDB Ratings on Netflix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        It's irritating when you have to open a new tab and search for ratings of movies/tv dramas, while you are trying to find a movie to watch on Netflix. Using this extension you can see IMDb rating of movies directly on Netflix.

Supported Ratings:
1. IMDb (along with vote count)
2. Rotten tomatoes
3. Meta critic

To begin using the software extension, simply install the software extension and then navigate to Netflix.
To view the IMDB ratings for each Netflix show, click on the extension icon once you are on the Netflix website.

The reason you need to do this is our extension code is only allowed to run when you press the software icon due to new security restrictions on the Chrome Store. The Google Chrome store is more strict nowadays and we ask for less permissions this way for our extension when users need to click on the extension icon. Sorry for any inconvenience caused and we hope you enjoy using this extension to find IMDB ratings for your Netflix shows.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IMDB Ratings on Netflix IMDB Ratings on Netflix
ID lkfapihkchheoddiodedjlapfdnmgkio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imdb-ratings-on-netflix/lkfapihkchheoddiodedjlapfdnmgkio
คำอธิบาย Show IMDB on Netflix.
ขนาดไฟล์ 1.14 MB
จำนวนการติดตั้ง 365
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-12-15
วันที่เผยแพร่ 2020-07-14
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://netflix-imdb.freefinancetools.net
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDescription__",
    "short_name": "IMDB Ratings on Netflix",
    "version": "1.0.1",
    "browser_action": {
        "default_title": "Netflix Rating"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/netflix-16.png",
        "32": "images\/netflix-32.png",
        "48": "images\/netflix-48.png",
        "64": "images\/netflix-64.png",
        "128": "images\/netflix-128.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "background": {
        "scripts": [
            "js\/update-conf.js",
            "js\/update.js",
            "js\/background.js"
        ]
    },
    "manifest_version": 2
}