IMDb ratings on Netflix

View IMDb ratings on Netflix

IMDb ratings on Netflixคืออะไร?

IMDb ratings on Netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fetchflix.info และคุณลักษณะหลักของมันคือ "View IMDb ratings on Netflix"

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

screenshot

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

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

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

                        == NO TRACKING, We respect your privacy == 

It's irritating when you have to open a new tab and search for ratings of movies, 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

How to use extension : https://www.youtube.com/watch?v=3T9Yqz5ivAk

Firefox add-on : https://addons.mozilla.org/en-US/firefox/addon/imdb-ratings-on-netflix/

Github link : https://github.com/pawanmaurya/imdb-ratings-on-netflix/tree/master

For any feedback please reach out to : [email protected]

### Version 0.149 updates:
Updated extension to work with new Netflix layout                    

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

ชื่อ IMDb ratings on Netflix IMDb ratings on Netflix
ID ohonjgnjobblbhfeamidafpnbkppbljh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imdb-ratings-on-netflix/ohonjgnjobblbhfeamidafpnbkppbljh
คำอธิบาย View IMDb ratings on Netflix
ขนาดไฟล์ 6.4 KB
จำนวนการติดตั้ง 6,763
เวอร์ชันปัจจุบัน 0.149
อัปเดตครั้งล่าสุด 2021-01-20
วันที่เผยแพร่ 2020-01-26
คะแนน 2.85/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา fetchflix.info
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDb ratings on Netflix",
    "version": "0.149",
    "description": "View IMDb ratings on Netflix",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.omdbapi.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "https:\/\/www.netflix.com\/*",
        "https:\/\/www.omdbapi.com\/*"
    ]
}