Vairus
Infect the web!
Wat is Vairus?
Vairus is een Chrome-extensie ontwikkeld door playvairus.com, en de belangrijkste functie is "Infect the web!".
Extensie Screenshots
Download het CRX-bestand van de extensie Vairus
Download Vairus-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
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.
Basisinformatie over de Extensie
Naam | Vairus |
ID | jpapcilobnmniahfmbgbkfcnlooaomfi |
Officiële URL | https://chromewebstore.google.com/detail/vairus/jpapcilobnmniahfmbgbkfcnlooaomfi |
Beschrijving | Infect the web! |
Bestandsgrootte | 2.5 MB |
Aantal Installaties | 109 |
Huidige Versie | 0.14.4 |
Laatst Bijgewerkt | 2021-10-25 |
Publicatiedatum | 2021-08-09 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | playvairus.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://playvairus.com/ |
Ondersteunde Talen | 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" ] } |