Worm Clan
This extension will save the server used by Wormate.io
Hvad er Worm Clan?
Worm Clan er en Chrome-udvidelse udviklet af rostomdz, og dens hovedfunktion er "This extension will save the server used by Wormate.io".
Udvidelsesskærmbilleder
Download Worm Clan-udvidelses-CRX-fil
Download Worm Clan-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lcdigmabpbapaekemeajepdbanmhfooc |
| Officiel URL | https://chromewebstore.google.com/detail/worm-clan/lcdigmabpbapaekemeajepdbanmhfooc |
| Beskrivelse | This extension will save the server used by Wormate.io |
| Filstørrelse | 51.42 KB |
| Antal Installationer | 299 |
| Nuværende Version | 0.0.0.1 |
| Senest Opdateret | 2021-06-10 |
| Udgivelsesdato | 2021-06-10 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | rostomdz |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://wormclan.com |
| Hjælpeside-URL | https://wormclan.com |
| URL til Fortrolighedspolitik Side | https://wormclan.com/privacy |
| Understøttede Sprog | 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\/*"
]
} | |