Vairus
Infect the web!
What is Vairus?
Vairus is a Chrome extension developed by playvairus.com, and its main feature is "Infect the web!".
Extension Screenshots
Download Vairus Extension CRX File
Download Vairus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Vairus |
ID | jpapcilobnmniahfmbgbkfcnlooaomfi |
Official URL | https://chromewebstore.google.com/detail/vairus/jpapcilobnmniahfmbgbkfcnlooaomfi |
Description | Infect the web! |
File Size | 2.5 MB |
Installation Count | 109 |
Current Version | 0.14.4 |
Last Updated | 2021-10-25 |
Publish Date | 2021-08-09 |
Rating | 5.00/5 Total 4 Ratings |
Developer | playvairus.com |
[email protected] | |
Payment Type | free |
Extension Website | https://playvairus.com/ |
Supported Languages | 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" ] } |