Unblu Demo

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

Unblu Demo란 무엇입니까?

Unblu Demo은(는) https://unblu.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unblu browser demo with the usage of the unblu JS API."입니다.

확장 프로그램 스크린샷

screenshot

Unblu Demo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}