VIZonator
VIZ Extension! Adds web3 provider to pages, available as variable: vizonator.
什么是VIZonator?
VIZonator是由https://viz.world开发的Chrome扩展程序,该扩展的主要功能是“VIZ Extension! Adds web3 provider to pages, available as variable: vizonator.”。
扩展截图
下载VIZonator扩展crx文件
下载VIZonator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Web3 extension allowing award content creators by VIZ account.
扩展基本信息
名称 | |
ID | iehoehfkanaobnbldjfjfabbpaiiojnp |
官方URL | https://chromewebstore.google.com/detail/vizonator/iehoehfkanaobnbldjfjfabbpaiiojnp |
简介 | VIZ Extension! Adds web3 provider to pages, available as variable: vizonator. |
文件大小 | 1.35 MB |
安装次数 | 100 |
当前版本 | 0.54 |
更新时间 | 2023-09-22 |
上架时间 | 2021-12-20 |
评分 | 4.75/5 共8次评分 |
开发者 | https://viz.world |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://viz.world/vizonator/ |
支持的语言 | 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 } |