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
官方URL 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'"
}