Netflix Plus
Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!
Wat is Netflix Plus?
Netflix Plus is een Chrome-extensie ontwikkeld door Zion Developers, en de belangrijkste functie is "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!".
Extensie Screenshots
Download het CRX-bestand van de extensie Netflix Plus
Download Netflix Plus-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 is NOT a Netflix Official Extension! ** Automatically resume movie when it get paused by AFK. (HTML5) Change the movie's subtitle font, color, size, shadow size and color ! (HTML5) More features to come! Netflix is a Website owned by Netflix International B.V. All the logos and pictures here used is for fair-use, And is belonged by the corresponding owners.
Basisinformatie over de Extensie
Naam | |
ID | mnaccajcnpoopaeogmdaffkmmhdlbfhe |
Officiële URL | https://chrome.google.com/webstore/detail/netflix-plus/mnaccajcnpoopaeogmdaffkmmhdlbfhe |
Beschrijving | Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly! |
Bestandsgrootte | 100 KB |
Aantal Installaties | 849 |
Huidige Versie | 2.5.7 |
Laatst Bijgewerkt | 2017-03-27 |
Publicatiedatum | 2017-03-27 |
Beoordeling | 3.44/5 Totaal 16 Beoordelingen |
Ontwikkelaar | Zion Developers |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "exclude_globs": [], "include_globs": [ "*netflix.com*" ], "css": [], "js": [ "includes\/jquery-2.1.1.min.js", "includes\/netflix.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ], "run_at": "document_start" } ], "description": "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_title": "Options", "default_popup": "options.html" }, "background": { "scripts": [ "includes\/options.js" ], "persistent": true }, "manifest_version": 2, "name": "Netflix Plus", "short_name": "Netflix+", "options_page": "options.html", "permissions": [ "storage" ], "version": "2.5.7", "web_accessible_resources": [ "icons\/icon.png", "includes\/jquery-2.1.1.min.js", "includes\/netflix.js", "jquery-2.1.1.min.map" ] } |