Worm Clan
This extension will save the server used by Wormate.io
Wat is Worm Clan?
Worm Clan is een Chrome-extensie ontwikkeld door rostomdz, en de belangrijkste functie is "This extension will save the server used by Wormate.io".
Extensie Screenshots
Download het CRX-bestand van de extensie Worm Clan
Download Worm Clan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Worm Clan |
ID | lcdigmabpbapaekemeajepdbanmhfooc |
Officiële URL | https://chromewebstore.google.com/detail/worm-clan/lcdigmabpbapaekemeajepdbanmhfooc |
Beschrijving | This extension will save the server used by Wormate.io |
Bestandsgrootte | 51.42 KB |
Aantal Installaties | 299 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2021-06-10 |
Publicatiedatum | 2021-06-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | rostomdz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://wormclan.com |
Help Pagina-URL | https://wormclan.com |
URL van de Privacybeleid Pagina | https://wormclan.com/privacy |
Ondersteunde Talen | 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\/*" ] } |