VIZonator

VIZ Extension! Adds web3 provider to pages, available as variable: vizonator.

What is VIZonator?

VIZonator is a Chrome extension developed by https://viz.world, and its main feature is "VIZ Extension! Adds web3 provider to pages, available as variable: vizonator.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download VIZonator Extension CRX File

Download VIZonator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Web3 extension allowing award content creators by VIZ account.                    

Extension Basic Information

Name VIZonator VIZonator
ID iehoehfkanaobnbldjfjfabbpaiiojnp
Official URL https://chromewebstore.google.com/detail/vizonator/iehoehfkanaobnbldjfjfabbpaiiojnp
Description VIZ Extension! Adds web3 provider to pages, available as variable: vizonator.
File Size 1.35 MB
Installation Count 100
Current Version 0.54
Last Updated 2023-09-22
Publish Date 2021-12-20
Rating 4.75/5 Total 8 Ratings
Developer https://viz.world
Email [email protected]
Payment Type free
Extension Website https://viz.world/vizonator/
Supported Languages 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
}