OpenSubtitles for Netflix
Load OpenSubtitles subtitles on Netflix
OpenSubtitles for Netflixとは何ですか?
OpenSubtitles for NetflixはOpenSubtitles for Netflixによって開発されたChromeの拡張機能で、その主な機能は「Load OpenSubtitles subtitles on Netflix」です。
拡張機能のスクリーンショット
OpenSubtitles for Netflix拡張機能のCRXファイルをダウンロード
OpenSubtitles for Netflix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily find and download subtitles for Netflix in any language. Just click the icon or press D while watching a video and follow the instructions. 拡張機能の基本情報
| 名前 | |
| ID | kcdnnmhalbjbccempnhabdaeilabmdop |
| 公式URL | https://chromewebstore.google.com/detail/opensubtitles-for-netflix/kcdnnmhalbjbccempnhabdaeilabmdop |
| 説明 | Load OpenSubtitles subtitles on Netflix |
| ファイルサイズ | 485 KB |
| インストール数 | 3,364 |
| 現在のバージョン | 1.20 |
| 最終更新日 | 2022-01-17 |
| 公開日 | 2020-05-20 |
| 評価 | 3.70/5 合計 10 レビュー |
| 開発者 | OpenSubtitles for Netflix |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OpenSubtitles for Netflix",
"version": "1.20",
"description": "Load OpenSubtitles subtitles on Netflix",
"background": {
"service_worker": "service-worker.js"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.netflix.com\/*"
],
"js": [
"content-script.js"
],
"run_at": "document_start"
}
],
"content_security_policy": {
"extension_pages": "script-src http:\/\/localhost:8080; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"player-payload.js"
],
"matches": [
"*:\/\/*.netflix.com\/*"
]
}
],
"icons": {
"16": "logo-16.png",
"48": "logo-48.png",
"128": "logo-128.png"
},
"manifest_version": 3,
"action": [],
"host_permissions": [
"https:\/\/api.opensubtitles.org\/*"
]
} | |