browse-by-netflixers

Enable secret categories NETFLIX

Τι είναι το browse-by-netflixers;

Το browse-by-netflixers είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον carloshpds, και η κύρια λειτουργία του είναι "Enable secret categories NETFLIX".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης browse-by-netflixers

Λήψη αρχείων επέκτασης browse-by-netflixers σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Netflix offers it's categories according to what the user watches. However, there are some secret categories which are not displayed in the navigation menu. This extension enables a new menu with all hidden categories! :)

Available in English and Portuguese! (according to the browser's default language).


=== Step by Step ===
After installation:

1 - go to NETFLIX website: (www.netflix.com)

2 - Netflix may ask you to choose who's watching if you have multiple profiles in your account.

3 - On the main page (www.netflix.com/browse) the new browse-by-netflixers logo must show up to left of the original browse icon and holding the new categories within. If the logo doesn't show up immediately, just reload the page. The 2nd step might interrupt the extension's loading.b>

4 - Hover the mouse over the menu. All you gotta do now is look for any category you enjoy and click the link to open it. You can also filter the categories through the text box.


=== Legal Warning ===
NETFLIX is a registered company and this extension is made by fans, NETFLIX has nothing to do with it. =D                    

Βασικές Πληροφορίες Επέκτασης

Όνομα browse-by-netflixers browse-by-netflixers
ID efpojaaaadkmgcgafajaapmehnenjflp
Επίσημο URL https://chromewebstore.google.com/detail/browse-by-netflixers/efpojaaaadkmgcgafajaapmehnenjflp
Περιγραφή Enable secret categories NETFLIX
Μέγεθος Αρχείου 744 KB
Αριθμός Εγκαταστάσεων 1,688
Τρέχουσα Έκδοση 0.3.1
Τελευταία Ενημέρωση 2018-06-04
Ημερομηνία Δημοσίευσης 2018-06-04
Αξιολόγηση 4.44/5 Συνολικά 34 Αξιολογήσεις
Προγραμματιστής carloshpds
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/TimeoutZero/browse-by-netflixers
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/TimeoutZero/browse-by-netflixers/issues
Υποστηριζόμενες Γλώσσες en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "browse-by-netflixers",
    "description": "__MSG_appDescription__",
    "version": "0.3.1",
    "default_locale": "en",
    "icons": {
        "19": ".\/images\/icons\/Netflixers19.png",
        "32": ".\/images\/icons\/Netflixers32.png",
        "128": ".\/images\/icons\/Netflixers128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            ".\/features\/backgroundRunners\/netflixMatcher.js"
        ]
    },
    "page_action": {
        "default_icon": ".\/images\/icons\/Netflixers19.png",
        "default_popup": ".\/features\/popup\/popup.html",
        "default_title": "Browse by netflixters"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/browse*"
            ],
            "js": [
                ".\/features\/content\/CategoryBrowse.component.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ]
}