JW Lens

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

JW Lens là gì?

JW Lens là một tiện ích mở rộng Chrome được phát triển bởi jwppublisher, và tính năng chính của nó là "An easy-to-use toolkit for understanding the JW Player, including its event lifecycles, and for troubleshooting player errors.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JW Lens

Tải xuống các tệp mở rộng JW Lens dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JW Lens JW Lens
ID oneljddokkbioaemddedcbdejocnhijg
URL Chính Thức https://chromewebstore.google.com/detail/jw-lens/oneljddokkbioaemddedcbdejocnhijg
Mô tả An easy-to-use toolkit for understanding the JW Player, including its event lifecycles, and for troubleshooting player errors.
Kích Thước Tệp 188 KB
Số Lần Cài Đặt 4,203
Phiên Bản Hiện Tại 0.10.0
Cập Nhật Lần Cuối 2023-03-10
Ngày Phát Hành 2019-10-28
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển jwppublisher
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://developer.jwplayer.com
URL Trang Chính Sách Bảo Mật https://www.jwplayer.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}