Worm World Mock

Use wormworld skins in any other extension. And free the rooms.

What is Worm World Mock?

Worm World Mock is a Chrome extension developed by https://wormworld.io, and its main feature is "Use wormworld skins in any other extension. And free the rooms.".

Extension Screenshots

screenshot
screenshot

Download Worm World Mock Extension CRX File

Download Worm World Mock 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

                        WormWorld has been attacked in several ways during its 3 years of existence. And many things that our team developed were copied and distributed without permission and without even saying Thanks. So let's work on top of all the extensions so that everyone can use all the resources.                    

Extension Basic Information

Name Worm World Mock Worm World Mock
ID aehheigeccnccikakmbliceadnehnoog
Official URL https://chromewebstore.google.com/detail/worm-world-mock/aehheigeccnccikakmbliceadnehnoog
Description Use wormworld skins in any other extension. And free the rooms.
File Size 1.38 MB
Installation Count 763
Current Version 0.1
Last Updated 2022-10-04
Publish Date 2022-10-03
Rating 5.00/5 Total 2 Ratings
Developer https://wormworld.io
Email [email protected]
Payment Type free
Extension Website https://wormworld.io/worm-mock
Help Page URL https://wormworld.io/worm-mock
Privacy Policy Page URL https://wormworld.io/politica-de-privacidade
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "assets\/ic_launcher192.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "globals.js",
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "64": "assets\/ic_launcher48.png",
        "128": "assets\/ic_launcher72.png",
        "192": "assets\/ic_launcher96.png",
        "256": "assets\/ic_launcher144.png",
        "512": "assets\/ic_launcher192.png"
    },
    "description": "Use wormworld skins in any other extension. And free the rooms.",
    "manifest_version": 3,
    "name": "Worm World Mock",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "version": "0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "codemirror\/*",
                "app\/*",
                "mocky.prod.js"
            ]
        },
        {
            "matches": [
                "file:\/\/\/*"
            ],
            "resources": [
                "codemirror\/*",
                "app\/*",
                "mocky.prod.js"
            ]
        }
    ]
}