JW Lens

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

Cos'è JW Lens?

JW Lens è un'estensione di Chrome sviluppata da jwppublisher, e la sua funzione principale è "An easy-to-use toolkit for understanding the JW Player, including its event lifecycles, and for troubleshooting player errors.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JW Lens

Scarica i file di estensione JW Lens in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome JW Lens JW Lens
ID oneljddokkbioaemddedcbdejocnhijg
URL Ufficiale https://chromewebstore.google.com/detail/jw-lens/oneljddokkbioaemddedcbdejocnhijg
Descrizione An easy-to-use toolkit for understanding the JW Player, including its event lifecycles, and for troubleshooting player errors.
Dimensione del File 188 KB
Conteggio Installazioni 4,203
Versione Corrente 0.10.0
Ultimo Aggiornamento 2023-03-10
Data di Pubblicazione 2019-10-28
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore jwppublisher
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://developer.jwplayer.com
URL della Pagina della Politica sulla Privacy https://www.jwplayer.com/privacy
Lingue Supportate 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"
    ]
}