Reveal for Netflix

Browse Netflix using over two thousand hidden genres, topics, directors, and actors.

Τι είναι το Reveal for Netflix;

Το Reveal for Netflix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον George Skrbic, και η κύρια λειτουργία του είναι "Browse Netflix using over two thousand hidden genres, topics, directors, and actors.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Reveal for Netflix

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

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

                        Netflix includes thousands of categories that subscribers never before had access to. External sites include long posts that provide links to these categories, but that is inconvenient. Reveal gives you access to these categories in a helpful search inside Netflix.  Browse better and more specific depending on what you are in the mood for.

Features:
- Search thousands of hidden categories within Netflix
- More specific search by Genre, Topic, Actor, Director, and many more
- Categories being updated as Netflix library changes                    

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

Όνομα Reveal for Netflix Reveal for Netflix
ID fkiohmjdmmcaenljmloepbdpcdfjdcpf
Επίσημο URL https://chromewebstore.google.com/detail/reveal-for-netflix/fkiohmjdmmcaenljmloepbdpcdfjdcpf
Περιγραφή Browse Netflix using over two thousand hidden genres, topics, directors, and actors.
Μέγεθος Αρχείου 224 KB
Αριθμός Εγκαταστάσεων 4,361
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2018-02-11
Ημερομηνία Δημοσίευσης 2018-02-10
Αξιολόγηση 4.22/5 Συνολικά 23 Αξιολογήσεις
Προγραμματιστής George Skrbic
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reveal for Netflix",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Browse Netflix using over two thousand hidden genres, topics, directors, and actors.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Reveal for Netflix",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "*:\/\/netflix.com\/*"
    ],
    "web_accessible_resources": [
        "fonts\/*.*",
        "categories.txt"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/browse\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}