Worm World Mock

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

Worm World Mock là gì?

Worm World Mock là một tiện ích mở rộng Chrome được phát triển bởi https://wormworld.io, và tính năng chính của nó là "Use wormworld skins in any other extension. And free the rooms.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Worm World Mock

Tải xuống các tệp mở rộng Worm World Mock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Worm World Mock Worm World Mock
ID aehheigeccnccikakmbliceadnehnoog
URL Chính Thức https://chromewebstore.google.com/detail/worm-world-mock/aehheigeccnccikakmbliceadnehnoog
Mô tả Use wormworld skins in any other extension. And free the rooms.
Kích Thước Tệp 1.38 MB
Số Lần Cài Đặt 763
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-10-04
Ngày Phát Hành 2022-10-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://wormworld.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wormworld.io/worm-mock
URL Trang Trợ Giúp https://wormworld.io/worm-mock
URL Trang Chính Sách Bảo Mật https://wormworld.io/politica-de-privacidade
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}