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によって開発されたChromeの拡張機能で、その主な機能は「Extension enables access to all hidden categories on Netflix.」です。

拡張機能のスクリーンショット

screenshot

FindFlix : see Netflix hidden categories拡張機能のCRXファイルをダウンロード

FindFlix : see Netflix hidden categories拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}