Worm World Mock

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

Что такое Worm World Mock?

Worm World Mock - это расширение Chrome, разработанное https://wormworld.io, и его основная функция - "Use wormworld skins in any other extension. And free the rooms.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Worm World Mock

Скачайте файлы расширений 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"
            ]
        }
    ]
}