zRate Netflix: IMDB Ratings & Show Info

IMDB ratings, plot, cast, and other useful show information for Netflix.

zRate Netflix: IMDB Ratings & Show Info क्या है?

zRate Netflix: IMDB Ratings & Show Info Unhalt LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "IMDB ratings, plot, cast, and other useful show information for Netflix."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में zRate Netflix: IMDB Ratings & Show Info एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ⭐#3 Product of the Day on Product Hunt on December 29, 2019 ⭐

📺 Make informed viewing decisions and avoid substandard shows and movies! 

***How it works***
zRate automatically adds a non-disruptive information box underneath each show card.

Information available:
✔ Ratings from sources such as IMDB, Rotten Tomatoes*, and Metacritic*
✔ Plot, main cast, MPAA rating (R, PG, PG-13 etc), and year(s) running 
✔ A show or movie discussion link

*Currently only a few titles have Rotten Tomatoes and Metacritic ratings

***Customization***
Use the zRate pop-up to customize the information displayed. To open the pop-up, simply click the zRate button (the “z” icon) next to the address bar. 

Please note that by default only the IMDB ratings are displayed. Other data can be added or removed by using the pop-up menu.

***Why zRate?***
✔ Ratings colored by value
✔ Designed to be non-disruptive, intuitive, and light! 
✔ No sign-up or login necessary. Add zRate to chrome and you are all set. 
✔ Gives you access to both show information and ratings.
✔ Access to show and movie  discussions in one click.

***Privacy***
We do NOT access or store your browsing or viewing history. The only information we access is the title of each show or movie that is displayed on Netflix. Nothing else.

Disclaimer: This application is in no way affiliated with Netflix, Inc.

Made with ♥ in Chicago                    

एक्सटेंशन की मूल जानकारी

नाम zRate Netflix: IMDB Ratings & Show Info zRate Netflix: IMDB Ratings & Show Info
ID eelcmdidihggbganloigjkefaahhhanj
आधिकारिक URL https://chromewebstore.google.com/detail/zrate-netflix-imdb-rating/eelcmdidihggbganloigjkefaahhhanj
विवरण IMDB ratings, plot, cast, and other useful show information for Netflix.
फ़ाइल का आकार 764 KB
स्थापना संख्या 1,494
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2021-02-21
प्रकाशन तिथि 2020-05-21
रेटिंग 3.71/5 कुल 17 रेटिंग्स
डेवलपर Unhalt LLC
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.zeeker.com/zRate/netflix
गोपनीयता नीति पृष्ठ URL https://www.zeeker.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "zRate Netflix: IMDB Ratings & Show Info",
    "short_name": "zRate",
    "description": "IMDB ratings, plot, cast, and other useful show information for Netflix.",
    "version": "0.0.5",
    "icons": {
        "48": "images\/icon_128.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "packages\/jquery-3.1.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popover.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "css": [
                "styles\/netflixStyles.css"
            ],
            "js": [
                "packages\/jquery-3.1.1.min.js",
                "packages\/d3.v5.min.js",
                "netflixContentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}