NPO.nl subtitle player
Play video subtitles on NPO.nl website
What is NPO.nl subtitle player?
NPO.nl subtitle player is a Chrome extension developed by alexkorep, and its main feature is "Play video subtitles on NPO.nl website".
Download NPO.nl subtitle player Extension CRX File
Download NPO.nl subtitle player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | hpfgocfieknfalplmjkfbikdgfpbngop |
Official URL | https://chrome.google.com/webstore/detail/nponl-subtitle-player/hpfgocfieknfalplmjkfbikdgfpbngop |
Description | Play video subtitles on NPO.nl website |
File Size | 5.93 KB |
Installation Count | 114 |
Current Version | 0.0.1 |
Last Updated | 2017-05-25 |
Publish Date | 2017-05-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | alexkorep |
Payment Type | free |
Supported Languages | 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\/" ] } |