Useful scores for Netflix
Shows IMDd, Metacritic, Rotten Tomatoes and TMDb on Netflix
Useful scores for Netflix क्या है?
Useful scores for Netflix Max Meijer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows IMDd, Metacritic, Rotten Tomatoes and TMDb on Netflix"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Useful scores for Netflix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extensions shows IMDB, Metacritic, Rotten Tomatoes and The movie DB scores on Netflix providing more useful information then the percentages shown on Netflix itself. Now also available on Android: https://play.google.com/store/apps/details?id=com.m_meijer.netflixscores If you have a slow internet connection the plugin will not slow down your netflix browsing at all. Note that it works best on the English version of Netflix. If there are any issues shoot me a message, development will continue overtime to increase stability and performance. v2.2 - Use new more stable API - Improved stability - Fixed minor bugs v2.1 - Improved stability - Add The Movie DB ratings v1.9 - Fix bug due to Netflix update. v1.8 - Fix bug where new data would show in old tile. - Fix bug related to fetching data. - Removed unused permissions. - Minor other bug fixes. v1.7 - Fixed search not working - Fixed missing icons bug v1.6 - Added icons v1.5 - Bug fixes v1.4 - Fix bug where scrolling would prevent data from loading - Fix bug where sideways scrolling would prevent data from loading - Stability improvements v1.3 - Add support for OMDb - Add support for Rotten Tomatoes - Improved Metacritic support - Stabilty improvements - Performance improvements v1.2 - Minor bug fixes v1.1 - Fix naming issue
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dipejjoekmjlcjhkjfombogonlcibibp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/useful-scores-for-netflix/dipejjoekmjlcjhkjfombogonlcibibp |
विवरण | Shows IMDd, Metacritic, Rotten Tomatoes and TMDb on Netflix |
फ़ाइल का आकार | 45.63 KB |
स्थापना संख्या | 413 |
वर्तमान संस्करण | 2.3 |
अंतिम अपडेट | 2019-05-15 |
प्रकाशन तिथि | 2019-05-09 |
रेटिंग | 4.00/5 कुल 9 रेटिंग्स |
डेवलपर | Max Meijer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Useful scores for Netflix", "description": "Shows IMDd, Metacritic, Rotten Tomatoes and TMDb on Netflix", "version": "2.3", "icons": { "128": "img\/NetCriticLogo.png" }, "permissions": [ "activeTab", "https:\/\/www.netflix.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "thirdParty\/jquery-3.3.1.min.js", "script.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "thirdParty\/jquery-3.3.1.min.js", "infoGetter.js" ] }, "web_accessible_resources": [ "script.js" ] } |