VIZonator

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

Wat is VIZonator?

VIZonator is een Chrome-extensie ontwikkeld door https://viz.world, en de belangrijkste functie is "VIZ Extension! Adds web3 provider to pages, available as variable: vizonator.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie VIZonator

Download VIZonator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Web3 extension allowing award content creators by VIZ account.                    

Basisinformatie over de Extensie

Naam VIZonator VIZonator
ID iehoehfkanaobnbldjfjfabbpaiiojnp
Officiële URL https://chromewebstore.google.com/detail/vizonator/iehoehfkanaobnbldjfjfabbpaiiojnp
Beschrijving VIZ Extension! Adds web3 provider to pages, available as variable: vizonator.
Bestandsgrootte 1.35 MB
Aantal Installaties 100
Huidige Versie 0.54
Laatst Bijgewerkt 2023-09-22
Publicatiedatum 2021-12-20
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar https://viz.world
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://viz.world/vizonator/
Ondersteunde Talen 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
}