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
官方網址 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"
            ]
        }
    ]
}