Netflix Unsubtitler
Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
Vad är Netflix Unsubtitler?
Netflix Unsubtitler är en Chrome-tillägg utvecklad av Guilherme D, och dess huvudfunktion är "Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…".
Ladda ner Netflix Unsubtitler-förlängningens CRX-fil
Ladda ner Netflix Unsubtitler-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
Netflix somehow thinks it makes sense to not allow you to turn subtitles off even when you are completely capable of understanding the presented language, so I decided to make an extension to *fix* it.
Grundläggande Information om Tillägg
Namn | |
ID | boompmnhhkfjlgclfdjngnonbmafoecb |
Officiell webbadress | https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb |
Beskrivning | Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to… |
Filstorlek | 11.82 KB |
Antal Installationer | 58 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2013-09-05 |
Publiceringsdatum | 2013-09-05 |
Betyg | 5.00/5 Totalt 8 Betyg |
Utvecklare | Guilherme D |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.0.2", "default_locale": "en", "description": "__MSG_extDescription__", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.akam.nflximg.com\/soa2\/*" ], "background": { "scripts": [ "unsubtitler.js" ] } } |