Vairus
Infect the web!
Vairusคืออะไร?
Vairus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย playvairus.com และคุณลักษณะหลักของมันคือ "Infect the web!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vairus
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |