Vairus
Infect the web!
Vairusとは何ですか?
Vairusはplayvairus.comによって開発されたChromeの拡張機能で、その主な機能は「Infect the web!」です。
拡張機能のスクリーンショット
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 |
ID | jpapcilobnmniahfmbgbkfcnlooaomfi |
公式URL | 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 |
Eメール | [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" ] } |