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
官方網址 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"
    }
}