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插件。

扩展使用说明

                                            

扩展基本信息

名称 NPO.nl subtitle player NPO.nl subtitle player
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\/"
    ]
}