Netflix subtitles pop-up
Displays the subtitles in a different window
Netflix subtitles pop-upとは何ですか?
Netflix subtitles pop-upはentiboによって開発されたChromeの拡張機能で、その主な機能は「Displays the subtitles in a different window」です。
拡張機能のスクリーンショット
Netflix subtitles pop-up拡張機能のCRXファイルをダウンロード
Netflix subtitles pop-up拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you understand most of the dialog but still like having a reference in case you don't get a word or sentence.
If you any suggestions/comments about how the subtitles are displayed in the window please let me know ! 拡張機能の基本情報
| 名前 | |
| ID | gfldjeiohckdhnpljblnkkbjmmogphnk |
| 公式URL | https://chromewebstore.google.com/detail/netflix-subtitles-pop-up/gfldjeiohckdhnpljblnkkbjmmogphnk |
| 説明 | Displays the subtitles in a different window |
| ファイルサイズ | 38.64 KB |
| インストール数 | 273 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2019-04-20 |
| 公開日 | 2019-04-20 |
| 評価 | 4.29/5 合計 7 レビュー |
| 開発者 | entibo |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix subtitles pop-up",
"version": "1.2",
"description": "Displays the subtitles in a different window",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"*:\/\/*.netflix.com\/*"
],
"content_scripts": [
{
"js": [
"player.js"
],
"matches": [
"*:\/\/*.netflix.com\/watch*"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"manifest_version": 2
} | |