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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}