Unblu Demo
Unblu browser demo with the usage of the unblu JS API.
Was ist Unblu Demo?
Unblu Demo ist eine Chrome-Erweiterung, die von https://unblu.com entwickelt wurde, und ihr Hauptmerkmal ist "Unblu browser demo with the usage of the unblu JS API.".
Erweiterungsscreenshots
Unblu Demo-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unblu Demo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fpkbicpiamlkpmccpifpmmlpblfdenap |
| Offizielle URL | https://chromewebstore.google.com/detail/unblu-demo/fpkbicpiamlkpmccpifpmmlpblfdenap |
| Beschreibung | Unblu browser demo with the usage of the unblu JS API. |
| Dateigröße | 329 KB |
| Installationsanzahl | 160 |
| Aktuelle Version | 3.0.2 |
| Letztes Update | 2022-12-27 |
| Veröffentlichungsdatum | 2020-05-25 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://unblu.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.unblu.com/ |
| Hilfeseite URL | https://www.unblu.com/ |
| Unterstützte Sprachen | 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": [
" | |