Worm Clan
This extension will save the server used by Wormate.io
Was ist Worm Clan?
Worm Clan ist eine Chrome-Erweiterung, die von rostomdz entwickelt wurde, und ihr Hauptmerkmal ist "This extension will save the server used by Wormate.io".
Erweiterungsscreenshots
Worm Clan-Erweiterungs-CRX-Datei herunterladen
Laden Sie Worm Clan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lcdigmabpbapaekemeajepdbanmhfooc |
| Offizielle URL | https://chromewebstore.google.com/detail/worm-clan/lcdigmabpbapaekemeajepdbanmhfooc |
| Beschreibung | This extension will save the server used by Wormate.io |
| Dateigröße | 51.42 KB |
| Installationsanzahl | 299 |
| Aktuelle Version | 0.0.0.1 |
| Letztes Update | 2021-06-10 |
| Veröffentlichungsdatum | 2021-06-10 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | rostomdz |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://wormclan.com |
| Hilfeseite URL | https://wormclan.com |
| URL der Datenschutzrichtlinien-Seite | https://wormclan.com/privacy |
| Unterstützte Sprachen | 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\/*"
]
} | |