Better Browse for Netflix

Browse more Netflix categories

什麼是Better Browse for Netflix?

Better Browse for Netflix是由Jamie Lee開發的Chrome擴展程式,該擴展的主要功能是“Browse more Netflix categories”。

擴展截圖

screenshot

下載Better Browse for Netflix擴展crx文件

下載Better Browse for Netflix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Better Browse for Netflix Better Browse for Netflix
ID olciafpppkdhlcjfmaibelnopafmhmdd
官方網址 https://chromewebstore.google.com/detail/better-browse-for-netflix/olciafpppkdhlcjfmaibelnopafmhmdd
簡介 Browse more Netflix categories
檔案大小 1.06 MB
安裝次數 40,150
目前版本 1.2.6
更新時間 2020-04-05
上架時間 2020-04-05
評分 4.13/5 共 38 次評分
開發者 Jamie Lee
付費類型 free
支援的語言 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'"
}