Vairus

Infect the web!

Hvad er Vairus?

Vairus er en Chrome-udvidelse udviklet af playvairus.com, og dens hovedfunktion er "Infect the web!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Vairus-udvidelses-CRX-fil

Download Vairus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Vairus Vairus
ID jpapcilobnmniahfmbgbkfcnlooaomfi
Officiel URL https://chromewebstore.google.com/detail/vairus/jpapcilobnmniahfmbgbkfcnlooaomfi
Beskrivelse Infect the web!
Filstørrelse 2.5 MB
Antal Installationer 109
Nuværende Version 0.14.4
Senest Opdateret 2021-10-25
Udgivelsesdato 2021-08-09
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler playvairus.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://playvairus.com/
Understøttede Sprog 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"
    ]
}