Worm Clan
This extension will save the server used by Wormate.io
Worm Clanคืออะไร?
Worm Clan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rostomdz และคุณลักษณะหลักของมันคือ "This extension will save the server used by Wormate.io"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Worm Clan
ดาวน์โหลดไฟล์ส่วนขยาย Worm Clan ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |