Vairus

Infect the web!

Cos'è Vairus?

Vairus è un'estensione di Chrome sviluppata da playvairus.com, e la sua funzione principale è "Infect the web!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Vairus

Scarica i file di estensione Vairus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Vairus is an online multiplayer browser game.

Browse the Internet and catch all the types of Vairus you will encounter.

Complete your collection and discover all the Mutations of your Vairus.

Add your favorite sites to your Network, improve them by building Structures on them and expand your influence on the Web.                    

Informazioni di Base sull'Estensione

Nome Vairus Vairus
ID jpapcilobnmniahfmbgbkfcnlooaomfi
URL Ufficiale https://chromewebstore.google.com/detail/vairus/jpapcilobnmniahfmbgbkfcnlooaomfi
Descrizione Infect the web!
Dimensione del File 2.5 MB
Conteggio Installazioni 109
Versione Corrente 0.14.4
Ultimo Aggiornamento 2021-10-25
Data di Pubblicazione 2021-08-09
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore playvairus.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://playvairus.com/
Lingue Supportate en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vairus",
    "description": "Infect the web!",
    "version": "0.14.4",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Vairus",
        "default_icon": "images\/favicon.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "content\/*",
        "images\/*",
        "fonts\/*",
        "profile\/profile.html"
    ]
}