NPO.nl subtitle player
Play video subtitles on NPO.nl website
NPO.nl subtitle playerとは何ですか?
NPO.nl subtitle playerはalexkorepによって開発されたChromeの拡張機能で、その主な機能は「Play video subtitles on NPO.nl website」です。
NPO.nl subtitle player拡張機能のCRXファイルをダウンロード
NPO.nl subtitle player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | hpfgocfieknfalplmjkfbikdgfpbngop |
公式URL | https://chrome.google.com/webstore/detail/nponl-subtitle-player/hpfgocfieknfalplmjkfbikdgfpbngop |
説明 | Play video subtitles on NPO.nl website |
ファイルサイズ | 5.93 KB |
インストール数 | 114 |
現在のバージョン | 0.0.1 |
最終更新日 | 2017-05-25 |
公開日 | 2017-05-25 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | alexkorep |
支払い方法 | free |
対応言語 | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NPO.nl subtitle player", "version": "0.0.1", "description": "Play video subtitles on NPO.nl website", "author": "Alexey Korepanov", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.npo.nl\/*" ], "js": [ "injected.js" ] } ], "permissions": [ "tabs", "storage", "*:\/\/klokhuis.nl\/", "https:\/\/tt888.omroep.nl\/" ] } |