NetBinge
Provide a few basic features to quality and ease of use for Netflix users.
Τι είναι το NetBinge;
Το NetBinge είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον a.mccourt60, και η κύρια λειτουργία του είναι "Provide a few basic features to quality and ease of use for Netflix users.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NetBinge
Λήψη αρχείων επέκτασης NetBinge σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension provides basic features to improve the Netflix viewer experience. Skip intro sequence and opening credits of supported shows without pressing the "skip" button! Remove the annoying "Are You Still Watching" notification to keep your binge watch pause free! Blur episode synopses to keep your viewership spoiler-free. All features are toggle able through our easy to use pop-up menu. Settings are synced across all of your google devices.
Βασικές Πληροφορίες Επέκτασης
Όνομα | NetBinge |
ID | fenmecjhnjfobbcnllliikmcookmmpfm |
Επίσημο URL | https://chromewebstore.google.com/detail/netbinge/fenmecjhnjfobbcnllliikmcookmmpfm |
Περιγραφή | Provide a few basic features to quality and ease of use for Netflix users. |
Μέγεθος Αρχείου | 3.36 MB |
Αριθμός Εγκαταστάσεων | 20 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2017-12-18 |
Ημερομηνία Δημοσίευσης | 2017-12-18 |
Προγραμματιστής | a.mccourt60 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://amccourt.github.io/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NetBinge", "description": "Provide a few basic features to quality and ease of use for Netflix users.", "version": "1.1", "icons": { "48": "img\/48icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "NetBinge", "default_popup": "popout.html" }, "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/content-script.js" ] } ] } |