NetBinge
Provide a few basic features to quality and ease of use for Netflix users.
Wat is NetBinge?
NetBinge is een Chrome-extensie ontwikkeld door a.mccourt60, en de belangrijkste functie is "Provide a few basic features to quality and ease of use for Netflix users.".
Extensie Screenshots
Download het CRX-bestand van de extensie NetBinge
Download NetBinge-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NetBinge |
ID | fenmecjhnjfobbcnllliikmcookmmpfm |
Officiële URL | https://chromewebstore.google.com/detail/netbinge/fenmecjhnjfobbcnllliikmcookmmpfm |
Beschrijving | Provide a few basic features to quality and ease of use for Netflix users. |
Bestandsgrootte | 3.36 MB |
Aantal Installaties | 20 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-12-18 |
Publicatiedatum | 2017-12-18 |
Ontwikkelaar | a.mccourt60 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://amccourt.github.io/ |
Ondersteunde Talen | 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" ] } ] } |