Vairus

Infect the web!

什麼是Vairus?

Vairus是由playvairus.com開發的Chrome擴展程式,該擴展的主要功能是“Infect the web!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Vairus擴展crx文件

下載Vairus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Vairus Vairus
ID jpapcilobnmniahfmbgbkfcnlooaomfi
官方網址 https://chromewebstore.google.com/detail/vairus/jpapcilobnmniahfmbgbkfcnlooaomfi
簡介 Infect the web!
檔案大小 2.5 MB
安裝次數 109
目前版本 0.14.4
更新時間 2021-10-25
上架時間 2021-08-09
評分 5.00/5 共 4 次評分
開發者 playvairus.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://playvairus.com/
支援的語言 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"
    ]
}