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…
什麼是Netflix Unsubtitler?
Netflix Unsubtitler是由Guilherme D開發的Chrome擴展程式,該擴展的主要功能是“Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…”。
下載Netflix Unsubtitler擴展crx文件
下載Netflix Unsubtitler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | boompmnhhkfjlgclfdjngnonbmafoecb |
官方網址 | https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb |
簡介 | Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to… |
檔案大小 | 11.82 KB |
安裝次數 | 58 |
目前版本 | 0.0.2 |
更新時間 | 2013-09-05 |
上架時間 | 2013-09-05 |
評分 | 5.00/5 共 8 次評分 |
開發者 | Guilherme D |
付費類型 | free |
支援的語言 | 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" ] } } |