JW Lens

An easy-to-use toolkit for understanding the JW Player, including its event lifecycles, and for troubleshooting player errors.

什么是JW Lens?

JW Lens是由jwppublisher开发的Chrome扩展程序,该扩展的主要功能是“An easy-to-use toolkit for understanding the JW Player, including its event lifecycles, and for troubleshooting player errors.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载JW Lens扩展crx文件

下载JW Lens扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        JW Lens is a browser extension that makes it easier for you and your team to work with your JW Player.

JW Lens captures and records information emitted from the player without you having to write a line of code and surfaces the information you care about in an intuitive interface. 

By installing this extension, you agree to JW Player's Terms of Service.                    

扩展基本信息

名称 JW Lens JW Lens
ID oneljddokkbioaemddedcbdejocnhijg
官方URL https://chromewebstore.google.com/detail/jw-lens/oneljddokkbioaemddedcbdejocnhijg
简介 An easy-to-use toolkit for understanding the JW Player, including its event lifecycles, and for troubleshooting player errors.
文件大小 188 KB
安装次数 4,203
当前版本 0.10.0
更新时间 2023-03-10
上架时间 2019-10-28
评分 4.83/5 共6次评分
开发者 jwppublisher
电子邮箱 [email protected]
付费类型 free
扩展官网 https://developer.jwplayer.com
隐私政策页面URL https://www.jwplayer.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js",
                "codemirror-min.js",
                "codemirror-js-theme.js"
            ]
        }
    ],
    "name": "JW Lens",
    "icons": {
        "128": "jwplayer-logo.png"
    },
    "web_accessible_resources": [
        "inject.bundle.js",
        "inspector.less",
        "ig-logo.svg",
        "jwplayer-logo.png",
        "external-page.svg",
        "upload.svg",
        "*.ttf"
    ],
    "description": "An easy-to-use toolkit for understanding the JW Player, including its event lifecycles, and for troubleshooting player errors.",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "homepage_url": "http:\/\/developer.jwplayer.com\/",
    "version": "0.10.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/ssl.p.jwpcdn.com https:\/\/imasdk.googleapis.com https:\/\/unpkg.com https:\/\/fonts.googleapis.com https:\/\/jwp-config-validator.jwplayer.com  'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "jwplayer-logo.png",
        "default_title": "JW Lens"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "background",
        "webRequest",
        "storage"
    ]
}