Worm Clan

This extension will save the server used by Wormate.io

What is Worm Clan?

Worm Clan is a Chrome extension developed by rostomdz, and its main feature is "This extension will save the server used by Wormate.io".

Extension Screenshots

screenshot

Download Worm Clan Extension CRX File

Download Worm Clan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Worm Clan Worm Clan
ID lcdigmabpbapaekemeajepdbanmhfooc
Official URL https://chromewebstore.google.com/detail/worm-clan/lcdigmabpbapaekemeajepdbanmhfooc
Description This extension will save the server used by Wormate.io
File Size 51.42 KB
Installation Count 299
Current Version 0.0.0.1
Last Updated 2021-06-10
Publish Date 2021-06-10
Rating 5.00/5 Total 1 Ratings
Developer rostomdz
Email [email protected]
Payment Type free
Extension Website https://wormclan.com
Help Page URL https://wormclan.com
Privacy Policy Page URL https://wormclan.com/privacy
Supported Languages 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\/*"
    ]
}