FindFlix : see Netflix hidden categories

Extension enables access to all hidden categories on Netflix.

FindFlix : see Netflix hidden categories क्या है?

FindFlix : see Netflix hidden categories Streaming Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension enables access to all hidden categories on Netflix."।

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

screenshot

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

crx प्रारूप में FindFlix : see Netflix hidden categories एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Are you tired of the fixed list of the same few categories Netflix’s trying to impose on you?
Did you know that there are thousands of hidden categories that you can explore? (and I bet you haven’t heard of the majority of them before).

All you need to do is add Findflix extension to your browser and you're ready to explore all the secret categories that are hidden by default. It's as simple as that!

Disclaimer : Netflix is a trademark of Netflix, Inc.. This website & extension hold no association or affiliation with Netflix or any third-party companies.                    

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

नाम FindFlix : see Netflix hidden categories FindFlix : see Netflix hidden categories
ID mlcghhoipahfflceodiejjljgbolbldo
आधिकारिक URL https://chromewebstore.google.com/detail/findflix-see-netflix-hidd/mlcghhoipahfflceodiejjljgbolbldo
विवरण Extension enables access to all hidden categories on Netflix.
फ़ाइल का आकार 315 KB
स्थापना संख्या 5,906
वर्तमान संस्करण 0.7.5
अंतिम अपडेट 2024-02-08
प्रकाशन तिथि 2022-02-23
रेटिंग 3.75/5 कुल 8 रेटिंग्स
डेवलपर Streaming Extensions
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FindFlix : see Netflix hidden categories",
    "description": "Extension enables access to all hidden categories on Netflix.",
    "manifest_version": 3,
    "version": "0.7.5",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon_48x48.png"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "img\/icon_16x16.png",
        "48": "img\/icon_48x48.png",
        "128": "img\/icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "netflix.min.js"
            ]
        }
    ],
    "background": {
        "service_worker": "onInstalled.js"
    }
}