VIZonator
VIZ Extension! Adds web3 provider to pages, available as variable: vizonator.
Was ist VIZonator?
VIZonator ist eine Chrome-Erweiterung, die von https://viz.world entwickelt wurde, und ihr Hauptmerkmal ist "VIZ Extension! Adds web3 provider to pages, available as variable: vizonator.".
Erweiterungsscreenshots
VIZonator-Erweiterungs-CRX-Datei herunterladen
Laden Sie VIZonator-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
Web3 extension allowing award content creators by VIZ account.
Grundlegende Informationen zur Erweiterung
Name | |
ID | iehoehfkanaobnbldjfjfabbpaiiojnp |
Offizielle URL | https://chromewebstore.google.com/detail/vizonator/iehoehfkanaobnbldjfjfabbpaiiojnp |
Beschreibung | VIZ Extension! Adds web3 provider to pages, available as variable: vizonator. |
Dateigröße | 1.35 MB |
Installationsanzahl | 100 |
Aktuelle Version | 0.54 |
Letztes Update | 2023-09-22 |
Veröffentlichungsdatum | 2021-12-20 |
Bewertung | 4.75/5 Insgesamt 8 Bewertungen |
Entwickler | https://viz.world |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://viz.world/vizonator/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VIZonator", "version": "0.54", "description": "VIZ Extension! Adds web3 provider to pages, available as variable: vizonator.", "permissions": [ "alarms", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "background": { "scripts": [ "viz.min.js", "ltmp_arr.js", "ltmp_en.js", "ltmp_ru.js", "background.js" ], "persistent": true }, "options_ui": { "page": "options.html", "open_in_tab": true }, "browser_action": { "default_popup": "popup.html", "default_title": "VIZonator", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |