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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में JW Lens एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}