Vairus
Infect the web!
Qu'est-ce que Vairus ?
Vairus est une extension Chrome développée par playvairus.com, et sa fonction principale est "Infect the web!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Vairus
Téléchargez les fichiers d'extension Vairus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Vairus |
ID | jpapcilobnmniahfmbgbkfcnlooaomfi |
URL Officiel | https://chromewebstore.google.com/detail/vairus/jpapcilobnmniahfmbgbkfcnlooaomfi |
Description | Infect the web! |
Taille du Fichier | 2.5 MB |
Nombre d'Installations | 109 |
Version Actuelle | 0.14.4 |
Dernière Mise à Jour | 2021-10-25 |
Date de Publication | 2021-08-09 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | playvairus.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://playvairus.com/ |
Langues Prises en Charge | 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" ] } |