Netflix Plus
Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!
Vad är Netflix Plus?
Netflix Plus är en Chrome-tillägg utvecklad av Zion Developers, och dess huvudfunktion är "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!".
Tilläggsskärmbilder
Ladda ner Netflix Plus-förlängningens CRX-fil
Ladda ner Netflix Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
** 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.
Grundläggande Information om Tillägg
Namn | |
ID | mnaccajcnpoopaeogmdaffkmmhdlbfhe |
Officiell webbadress | https://chrome.google.com/webstore/detail/netflix-plus/mnaccajcnpoopaeogmdaffkmmhdlbfhe |
Beskrivning | Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly! |
Filstorlek | 100 KB |
Antal Installationer | 849 |
Aktuell Version | 2.5.7 |
Senast Uppdaterad | 2017-03-27 |
Publiceringsdatum | 2017-03-27 |
Betyg | 3.44/5 Totalt 16 Betyg |
Utvecklare | Zion Developers |
Betalningssätt | free |
Stödda Språk | 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" ] } |