Vairus
Infect the web!
Vairus क्या है?
Vairus playvairus.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Infect the web!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vairus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |