Worm Clan
This extension will save the server used by Wormate.io
Worm Clan क्या है?
Worm Clan rostomdz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will save the server used by Wormate.io"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Worm Clan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Worm Clan extension This extension works on Wormate.io , it's a successful online game with dynamic storyline and fun graphics. This extension enables you to create clans and select rooms.
एक्सटेंशन की मूल जानकारी
नाम | Worm Clan |
ID | lcdigmabpbapaekemeajepdbanmhfooc |
आधिकारिक URL | https://chromewebstore.google.com/detail/worm-clan/lcdigmabpbapaekemeajepdbanmhfooc |
विवरण | This extension will save the server used by Wormate.io |
फ़ाइल का आकार | 51.42 KB |
स्थापना संख्या | 299 |
वर्तमान संस्करण | 0.0.0.1 |
अंतिम अपडेट | 2021-06-10 |
प्रकाशन तिथि | 2021-06-10 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | rostomdz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://wormclan.com |
सहायता पृष्ठ URL | https://wormclan.com |
गोपनीयता नीति पृष्ठ URL | https://wormclan.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Worm Clan", "description": "This extension will save the server used by Wormate.io", "version": "0.0.0.1", "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_end", "matches": [ "*:\/\/*.wormate.io\/*" ] } ], "browser_action": { "default_icon": "popup\/icon.png", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "content.json", "Contents\/css\/bootstrap.min.css", "Contents\/js\/bootstrap.bundle.min.js", "settings_loader.js" ], "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "*:\/\/*.wormate.io\/*" ] } |