Netflix Remote
Remote for Netflix!
Τι είναι το Netflix Remote;
Το Netflix Remote είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://butttons.github.io/netflix-remote, και η κύρια λειτουργία του είναι "Remote for Netflix!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Netflix Remote
Λήψη αρχείων επέκτασης Netflix Remote σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Control your Netflix stream with your phone. Usage: 1. Install the extension. 2. Open Netflix and click on the Netflix Remote button to generate a code for you to scan. 3. Open your phone and navigate to https://butttons.github.io/netflix-remote/ or https://bit.ly/nflx-rm 4. Scan the code OR enter the ID provided there.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Netflix Remote |
ID | limeoeacpekfcanimjnnbgolggamkogd |
Επίσημο URL | https://chromewebstore.google.com/detail/netflix-remote/limeoeacpekfcanimjnnbgolggamkogd |
Περιγραφή | Remote for Netflix! |
Μέγεθος Αρχείου | 52.43 KB |
Αριθμός Εγκαταστάσεων | 1,039 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2019-01-15 |
Ημερομηνία Δημοσίευσης | 2019-01-15 |
Αξιολόγηση | 2.50/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | https://butttons.github.io/netflix-remote |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Remote", "version": "1.1", "description": "Remote for Netflix!", "permissions": [ "declarativeContent", "storage" ], "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.netflix.com\/*" ], "js": [ "deps\/simplepeer.min.js", "deps\/socket.io.slim.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "popup\/images\/remote_16.png", "32": "popup\/images\/remote_32.png", "48": "popup\/images\/remote_48.png", "128": "popup\/images\/remote_128.png" } }, "icons": { "16": "popup\/images\/remote_16.png", "32": "popup\/images\/remote_32.png", "48": "popup\/images\/remote_48.png", "128": "popup\/images\/remote_128.png" } } |