Better Browse for Netflix

Browse more Netflix categories

Better Browse for Netflix là gì?

Better Browse for Netflix là một tiện ích mở rộng Chrome được phát triển bởi Jamie Lee, và tính năng chính của nó là "Browse more Netflix categories".

Ả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 Better Browse for Netflix

Tải xuống các tệp mở rộng Better Browse for Netflix 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

                        Did you know that Netflix has hundreds of secret categories that don't appear in the default 'Browse' menu?

This extension adds a 'Browse all' menu to the Netflix menu bar, with a list of hidden categories, helping you to find the movies you want to watch.

For main categories, type the name into the search box and press enter to go straight to the page (e.g. "action", "sci-fi", "horror"). There are also a few other shortcuts to discover; try typing "random" to choose a random category, or "me" to go straight to your own personal list.                    

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

Tên Better Browse for Netflix Better Browse for Netflix
ID olciafpppkdhlcjfmaibelnopafmhmdd
URL Chính Thức https://chromewebstore.google.com/detail/better-browse-for-netflix/olciafpppkdhlcjfmaibelnopafmhmdd
Mô tả Browse more Netflix categories
Kích Thước Tệp 1.06 MB
Số Lần Cài Đặt 40,150
Phiên Bản Hiện Tại 1.2.6
Cập Nhật Lần Cuối 2020-04-05
Ngày Phát Hành 2020-04-05
Đánh Giá 4.13/5 Tổng số 38 Đánh Giá
Nhà Phát Triển Jamie Lee
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Browse for Netflix",
    "short_name": "Better Browse",
    "version": "1.2.6",
    "description": "Browse more Netflix categories",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "author": "Jamie Lee",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "betterbrowse.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}