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.”。
擴展截圖
下載Unblu Demo擴展crx文件
下載Unblu Demo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | fpkbicpiamlkpmccpifpmmlpblfdenap |
| 官方網址 | 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": [
" | |