Worm World Mock

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

什么是Worm World Mock?

Worm World Mock是由https://wormworld.io开发的Chrome扩展程序,该扩展的主要功能是“Use wormworld skins in any other extension. And free the rooms.”。

扩展截图

screenshot
screenshot

下载Worm World Mock扩展crx文件

下载Worm World Mock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Worm World Mock Worm World Mock
ID aehheigeccnccikakmbliceadnehnoog
官方URL https://chromewebstore.google.com/detail/worm-world-mock/aehheigeccnccikakmbliceadnehnoog
简介 Use wormworld skins in any other extension. And free the rooms.
文件大小 1.38 MB
安装次数 763
当前版本 0.1
更新时间 2022-10-04
上架时间 2022-10-03
评分 5.00/5 共2次评分
开发者 https://wormworld.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://wormworld.io/worm-mock
帮助页面URL https://wormworld.io/worm-mock
隐私政策页面URL https://wormworld.io/politica-de-privacidade
支持的语言 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"
            ]
        }
    ]
}