NetRating - IMDB Ratings for Netflix

Add IMDB ratings to your Netflix.

NetRating - IMDB Ratings for Netflix क्या है?

NetRating - IMDB Ratings for Netflix Philipp Bergmann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add IMDB ratings to your Netflix."।

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

screenshot
screenshot

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

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

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

                        This Chrome Extension will display the newest IMDB Rating seamlessly integrated into your Netflix website.
You also can click the IMDB logo an a new tab with the imdb-page will open.
Works best with english language settings, but will work for most languages.
The Extension can only access netflix.com and is kept minimal.

We are using http://www.omdbapi.com/ to gather the information we need.                    

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

नाम NetRating - IMDB Ratings for Netflix NetRating - IMDB Ratings for Netflix
ID onhgpfjfofbdiiddhklbhkajangcligj
आधिकारिक URL https://chrome.google.com/webstore/detail/netrating-imdb-ratings-fo/onhgpfjfofbdiiddhklbhkajangcligj
विवरण Add IMDB ratings to your Netflix.
फ़ाइल का आकार 150 KB
स्थापना संख्या 29
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2017-10-09
प्रकाशन तिथि 2017-10-09
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Philipp Bergmann
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "assets\/js\/jquery-1.7.1.min.js",
                "assets\/js\/netrating.js"
            ],
            "css": [
                "assets\/css\/netflix.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html",
        "default_title": "NetRating"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Add IMDB ratings to your Netflix.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "25",
    "name": "NetRating - IMDB Ratings for Netflix",
    "offline_enabled": false,
    "web_accessible_resources": [
        "imdb_logo.png"
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.omdbapi.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}