Vairus

Infect the web!

Vairus là gì?

Vairus là một tiện ích mở rộng Chrome được phát triển bởi playvairus.com, và tính năng chính của nó là "Infect the web!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vairus

Tải xuống các tệp mở rộng Vairus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vairus Vairus
ID jpapcilobnmniahfmbgbkfcnlooaomfi
URL Chính Thức https://chromewebstore.google.com/detail/vairus/jpapcilobnmniahfmbgbkfcnlooaomfi
Mô tả Infect the web!
Kích Thước Tệp 2.5 MB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 0.14.4
Cập Nhật Lần Cuối 2021-10-25
Ngày Phát Hành 2021-08-09
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển playvairus.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://playvairus.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}