Netflix Web Player

Unofficial Netflix Movie Player Search Extension.

Τι είναι το Netflix Web Player;

Το Netflix Web Player είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kevin Pete, και η κύρια λειτουργία του είναι "Unofficial Netflix Movie Player Search Extension.".

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

screenshot
screenshot

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

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

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

                        Netflix Web Player Extension. Search & play movies, TV shows & more from Netflix using Google site search directly from chrome omnibox (search box).
This is Netflix movie player search that allows the user seamlessly search movies, TV shows and playlists while surfing the web by navigating to the Netflix user interface. 

✔️Our extension uses 'Specialized Google Search Engine' to search across the Netflix website and returns the perfect movie or TV show matching with your search term.
✔️You save time by directly searching in chrome search bar(Omnibox). Or simply click on extension icon to initiate Netflix movie search instantly. 
✔️So you don't have to login to Netflix again and again. 
✔️You don't have to go through sponsored Netflix listings. 
✔️Also shows movie & TV show thumbnails in search results! Making it easier to shortlist.

How to Use
1.First open Netflix movie web player(https://www.netflix.com/). Keep it logged in to search and play movies seamlessly directly from chrome omni box.
2. Now you can click extension icon to launch search or use omnibox and type "nms" press tab key and type to search the movie of your choice.
3. When you find the movie, TV show or playlist you were looking for just click the link.
4. If you are already logged into Netflix website you will be able to play it asap, else you will be asked to log in.
5. Enjoy Searching Netflix.

To provide this functionality extension takes over you default search for seamless experience..                    

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

Όνομα Netflix Web Player Netflix Web Player
ID jjebghdbbapbfabipncnnfaccphnnifh
Επίσημο URL https://chromewebstore.google.com/detail/netflix-web-player/jjebghdbbapbfabipncnnfaccphnnifh
Περιγραφή Unofficial Netflix Movie Player Search Extension.
Μέγεθος Αρχείου 22.31 KB
Αριθμός Εγκαταστάσεων 71
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-05-02
Ημερομηνία Δημοσίευσης 2023-05-01
Αξιολόγηση 4.38/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Kevin Pete
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://chromecrxstore.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Netflix Web Player",
    "version": "1.0",
    "container": [
        "GOOGLE_DRIVE"
    ],
    "description": "Unofficial Netflix Movie Player Search Extension.",
    "omnibox": {
        "keyword": "nms"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Web",
            "keyword": "search",
            "search_url": "https:\/\/chromecrxstore.com\/query\/index.html?q={searchTerms}",
            "favicon_url": "https:\/\/chromecrxstore.com\/query\/icon.jpg",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "action": {
        "default_icon": "icon.png"
    }
}