Better Browse for Netflix
Browse more Netflix categories
Qu'est-ce que Better Browse for Netflix ?
Better Browse for Netflix est une extension Chrome développée par Jamie Lee, et sa fonction principale est "Browse more Netflix categories".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Better Browse for Netflix
Téléchargez les fichiers d'extension Better Browse for Netflix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Better Browse for Netflix |
ID | olciafpppkdhlcjfmaibelnopafmhmdd |
URL Officiel | https://chromewebstore.google.com/detail/better-browse-for-netflix/olciafpppkdhlcjfmaibelnopafmhmdd |
Description | Browse more Netflix categories |
Taille du Fichier | 1.06 MB |
Nombre d'Installations | 40,150 |
Version Actuelle | 1.2.6 |
Dernière Mise à Jour | 2020-04-05 |
Date de Publication | 2020-04-05 |
Évaluation | 4.13/5 Total 38 Évaluations |
Développeur | Jamie Lee |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |