Vairus

Infect the web!

Co je Vairus?

Vairus je rozšíření Chrome vyvinuté playvairus.com, a jeho hlavní funkcí je „Infect the web!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Vairus

Stáhněte si soubory rozšíření Vairus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Vairus Vairus
ID jpapcilobnmniahfmbgbkfcnlooaomfi
Oficiální URL https://chromewebstore.google.com/detail/vairus/jpapcilobnmniahfmbgbkfcnlooaomfi
Popis Infect the web!
Velikost souboru 2.5 MB
Počet instalací 109
Aktuální Verze 0.14.4
Poslední Aktualizace 2021-10-25
Datum Vydání 2021-08-09
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář playvairus.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://playvairus.com/
Podporované Jazyky 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"
    ]
}