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 - это расширение Chrome, разработанное jwppublisher, и его основная функция - "An easy-to-use toolkit for understanding the JW Player, including its event lifecycles, and for troubleshooting player errors.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения JW Lens

Скачайте файлы расширений 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"
    ]
}