Better Browse for Netflix

Browse more Netflix categories

ما هو Better Browse for Netflix؟

Better Browse for Netflix هو إضافة Chrome تم تطويرها بواسطة Jamie Lee، والميزة الرئيسية لها هي "Browse more Netflix categories".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Better Browse for Netflix

قم بتنزيل ملفات الامتداد Better Browse for Netflix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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