Worm Clan
This extension will save the server used by Wormate.io
Apa itu Worm Clan?
Worm Clan adalah ekstensi Chrome yang dikembangkan oleh rostomdz, dan fitur utamanya adalah "This extension will save the server used by Wormate.io".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Worm Clan
Unduh file ekstensi Worm Clan dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Worm Clan |
ID | lcdigmabpbapaekemeajepdbanmhfooc |
URL Resmi | https://chromewebstore.google.com/detail/worm-clan/lcdigmabpbapaekemeajepdbanmhfooc |
Deskripsi | This extension will save the server used by Wormate.io |
Ukuran File | 51.42 KB |
Jumlah Instalasi | 299 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2021-06-10 |
Tanggal Publikasi | 2021-06-10 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | rostomdz |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://wormclan.com |
URL Halaman Bantuan | https://wormclan.com |
URL Halaman Kebijakan Privasi | https://wormclan.com/privacy |
Bahasa yang Didukung | 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\/*" ] } |