Extra Genres Plus for Netflix
This extension shows hidden and secret categories on the popular streaming service.
Extra Genres Plus for Netflix क्या है?
Extra Genres Plus for Netflix PoMo Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows hidden and secret categories on the popular streaming service."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Extra Genres Plus for Netflix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Do you want to see all Netflix's available genres, such as "Asian Action Movies", "Romantic Comedies", "Indipendent Movies" or the evergreen "Zombie Horror Movies"? This is the right app for you. Now you'll be able to easily browse extra/hidden genres, through an additional dropdown menu directly on the streaming service site. You can search categories and genres by name, too. You just have to click on a category to list all items matching Extra Genres Plus for Netflix will be soon updated with an additional list with hundreds or extra categories. Stay tuned!"
एक्सटेंशन की मूल जानकारी
नाम | Extra Genres Plus for Netflix |
ID | pmjjchehinhhblmgllejnoahjdebjgnh |
आधिकारिक URL | https://chromewebstore.google.com/detail/extra-genres-plus-for-net/pmjjchehinhhblmgllejnoahjdebjgnh |
विवरण | This extension shows hidden and secret categories on the popular streaming service. |
फ़ाइल का आकार | 81.48 KB |
स्थापना संख्या | 472 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-09-01 |
प्रकाशन तिथि | 2016-09-01 |
रेटिंग | 3.40/5 कुल 5 रेटिंग्स |
डेवलपर | PoMo Apps |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extra Genres Plus for Netflix", "description": "This extension shows hidden and secret categories on the popular streaming service.", "version": "1.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.netflix.com\/browse*" ], "js": [ "jquery-3.1.0.min.js", "netfscript.js" ], "css": [ "cat.css" ] } ], "web_accessible_resources": [ "jquery-3.1.0.min.js", "cat.css", "categories.json", "full_categories.json" ], "permissions": [ "https:\/\/*.netflix.com\/browse*" ], "author": "PoMo" } |