Unblu Demo

Unblu browser demo with the usage of the unblu JS API.

Unblu Demo क्या है?

Unblu Demo https://unblu.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unblu browser demo with the usage of the unblu JS API."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unblu Demo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This browser extension is just a helper tool to integrate unblu in any website. It's only for demonstration
scenarios to show how unblu is working in any webpage.

Note that the extension disables the Content-Security-Policy when it is in use. Navigation without Content-Security-Policies can be risky.

unblu is a plugin free product.                    

एक्सटेंशन की मूल जानकारी

नाम Unblu Demo Unblu Demo
ID fpkbicpiamlkpmccpifpmmlpblfdenap
आधिकारिक URL https://chromewebstore.google.com/detail/unblu-demo/fpkbicpiamlkpmccpifpmmlpblfdenap
विवरण Unblu browser demo with the usage of the unblu JS API.
फ़ाइल का आकार 329 KB
स्थापना संख्या 160
वर्तमान संस्करण 3.0.2
अंतिम अपडेट 2022-12-27
प्रकाशन तिथि 2020-05-25
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://unblu.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.unblu.com/
सहायता पृष्ठ URL https://www.unblu.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Unblu browser demo with the usage of the unblu JS API.",
    "manifest_version": 3,
    "name": "Unblu Demo",
    "short_name": "Helper plugin to integrate unblu in any website",
    "version": "3.0.2",
    "homepage_url": "https:\/\/www.unblu.com",
    "icons": {
        "48": "icons\/logo_48_48.png",
        "128": "icons\/logo_128_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "icons\/logo_icon.png",
        "default_title": "Unblu Demo",
        "default_popup": "popup\/unblu_browser_extension.html"
    },
    "background": {
        "service_worker": ".\/popup\/background-v3.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/popup\/libs\/browser-polyfill.min.js",
                ".\/popup\/shared\/PluginConstants.js",
                ".\/popup\/shared\/unbluShared.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/js\/hostPageJsApi.js",
                "popup\/images\/banner.png",
                "popup\/shared\/PluginConstants.js",
                "popup\/unblu-extension-injected-isolated-script.js",
                "popup\/unblu-extension-injected-main-world-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}