Netfix
Netflix fixes: movies go to pages instead of playing, removes sliders, shows ratings, and hides bad recommendations and rated items
Netfix क्या है?
Netfix metermaid द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Netflix fixes: movies go to pages instead of playing, removes sliders, shows ratings, and hides bad recommendations and rated items"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netfix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension changes the interface of Netflix for the better! On all pages: - Movies and TV Shows go to their info pages rather than auto playing. - Ratings are shown inline! On the homepage: - Bad recommendations and rated items are hidden. - Slow sliders are replaced with fast dropdowns. 0.0.3 bug fix update: Netflix was throttling this extension for too many requests, so the logic has been switched around a bit. Requests are smaller, and the homepage will not direct you to specific genre pages rather than load all the movies at once. On the bright side, it should load much faster. 0.0.2 update: options page! Choose which features to use, and what ratings to hide. This extension is not affiliated with Netflix.
एक्सटेंशन की मूल जानकारी
नाम | Netfix |
ID | cpgbdfpoaalclikhghccccakifaoboam |
आधिकारिक URL | https://chromewebstore.google.com/detail/netfix/cpgbdfpoaalclikhghccccakifaoboam |
विवरण | Netflix fixes: movies go to pages instead of playing, removes sliders, shows ratings, and hides bad recommendations and rated items |
फ़ाइल का आकार | 2.65 MB |
स्थापना संख्या | 3,429 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2015-01-30 |
प्रकाशन तिथि | 2015-01-30 |
रेटिंग | 3.94/5 कुल 50 रेटिंग्स |
डेवलपर | metermaid |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.github.com/metermaid/netfix |
सहायता पृष्ठ URL | https://github.com/metermaid/netfix/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netfix", "version": "0.0.3", "manifest_version": 2, "description": "__MSG_extDescription__", "homepage_url": "http:\/\/www.github.com\/metermaid\/netfix", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "options\/index.html", "permissions": [ "storage" ], "web_accessible_resources": [ "js\/jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "http:\/\/*.netflix.com\/*", "http:\/\/*.netflix.ca\/*" ], "css": [ "css\/netfix.css" ], "js": [ "js\/jquery-2.0.3.min.js", "js\/netfix.js" ] } ] } |