Unblu Demo

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

Unblu Demo là gì?

Unblu Demo là một tiện ích mở rộng Chrome được phát triển bởi https://unblu.com, và tính năng chính của nó là "Unblu browser demo with the usage of the unblu JS API.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unblu Demo

Tải xuống các tệp mở rộng Unblu Demo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unblu Demo Unblu Demo
ID fpkbicpiamlkpmccpifpmmlpblfdenap
URL Chính Thức https://chromewebstore.google.com/detail/unblu-demo/fpkbicpiamlkpmccpifpmmlpblfdenap
Mô tả Unblu browser demo with the usage of the unblu JS API.
Kích Thước Tệp 329 KB
Số Lần Cài Đặt 160
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2022-12-27
Ngày Phát Hành 2020-05-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://unblu.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.unblu.com/
URL Trang Trợ Giúp https://www.unblu.com/
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}