JW Lens

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

Co je JW Lens?

JW Lens je rozšíření Chrome vyvinuté jwppublisher, a jeho hlavní funkcí je „An easy-to-use toolkit for understanding the JW Player, including its event lifecycles, and for troubleshooting player errors.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření JW Lens

Stáhněte si soubory rozšíření JW Lens ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název JW Lens JW Lens
ID oneljddokkbioaemddedcbdejocnhijg
Oficiální URL https://chromewebstore.google.com/detail/jw-lens/oneljddokkbioaemddedcbdejocnhijg
Popis An easy-to-use toolkit for understanding the JW Player, including its event lifecycles, and for troubleshooting player errors.
Velikost souboru 188 KB
Počet instalací 4,203
Aktuální Verze 0.10.0
Poslední Aktualizace 2023-03-10
Datum Vydání 2019-10-28
Hodnocení 4.83/5 Celkem 6 Hodnocení
Vývojář jwppublisher
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://developer.jwplayer.com
URL Stránky Zásad Ochrany Soukromí https://www.jwplayer.com/privacy
Podporované Jazyky 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"
    ]
}