FindFlix : see Netflix hidden categories

Extension enables access to all hidden categories on Netflix.

FindFlix : see Netflix hidden categories là gì?

FindFlix : see Netflix hidden categories là một tiện ích mở rộng Chrome được phát triển bởi Streaming Extensions, và tính năng chính của nó là "Extension enables access to all hidden categories on Netflix.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FindFlix : see Netflix hidden categories

Tải xuống các tệp mở rộng FindFlix : see Netflix hidden categories dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FindFlix : see Netflix hidden categories FindFlix : see Netflix hidden categories
ID mlcghhoipahfflceodiejjljgbolbldo
URL Chính Thức https://chromewebstore.google.com/detail/findflix-see-netflix-hidd/mlcghhoipahfflceodiejjljgbolbldo
Mô tả Extension enables access to all hidden categories on Netflix.
Kích Thước Tệp 315 KB
Số Lần Cài Đặt 5,906
Phiên Bản Hiện Tại 0.7.5
Cập Nhật Lần Cuối 2024-02-08
Ngày Phát Hành 2022-02-23
Đánh Giá 3.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Streaming Extensions
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}