Netflix Rating

View IMDB and Rotten Tomatoes scores inside Netflix!

Netflix Rating क्या है?

Netflix Rating Maya Benjamin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View IMDB and Rotten Tomatoes scores inside Netflix!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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 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
}