Better Browse for Netflix
Browse more Netflix categories
Better Browse for Netflix क्या है?
Better Browse for Netflix Jamie Lee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse more Netflix categories"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better Browse for Netflix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Did you know that Netflix has hundreds of secret categories that don't appear in the default 'Browse' menu? This extension adds a 'Browse all' menu to the Netflix menu bar, with a list of hidden categories, helping you to find the movies you want to watch. For main categories, type the name into the search box and press enter to go straight to the page (e.g. "action", "sci-fi", "horror"). There are also a few other shortcuts to discover; try typing "random" to choose a random category, or "me" to go straight to your own personal list.
एक्सटेंशन की मूल जानकारी
नाम | Better Browse for Netflix |
ID | olciafpppkdhlcjfmaibelnopafmhmdd |
आधिकारिक URL | https://chromewebstore.google.com/detail/better-browse-for-netflix/olciafpppkdhlcjfmaibelnopafmhmdd |
विवरण | Browse more Netflix categories |
फ़ाइल का आकार | 1.06 MB |
स्थापना संख्या | 40,150 |
वर्तमान संस्करण | 1.2.6 |
अंतिम अपडेट | 2020-04-05 |
प्रकाशन तिथि | 2020-04-05 |
रेटिंग | 4.13/5 कुल 38 रेटिंग्स |
डेवलपर | Jamie Lee |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Browse for Netflix", "short_name": "Better Browse", "version": "1.2.6", "description": "Browse more Netflix categories", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "author": "Jamie Lee", "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "css": [ "style.css" ], "js": [ "inject.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "betterbrowse.js" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |