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
官方網址 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"
    ]
}