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'"
}