Worm Clan

This extension will save the server used by Wormate.io

Worm Clan là gì?

Worm Clan là một tiện ích mở rộng Chrome được phát triển bởi rostomdz, và tính năng chính của nó là "This extension will save the server used by Wormate.io".

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

screenshot

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

Tải xuống các tệp mở rộng Worm Clan 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

                        Worm Clan extension

This extension works on Wormate.io , it's a successful online game with dynamic storyline and fun graphics.
This extension enables you to create clans and select rooms.                    

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

Tên Worm Clan Worm Clan
ID lcdigmabpbapaekemeajepdbanmhfooc
URL Chính Thức https://chromewebstore.google.com/detail/worm-clan/lcdigmabpbapaekemeajepdbanmhfooc
Mô tả This extension will save the server used by Wormate.io
Kích Thước Tệp 51.42 KB
Số Lần Cài Đặt 299
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2021-06-10
Ngày Phát Hành 2021-06-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển rostomdz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wormclan.com
URL Trang Trợ Giúp https://wormclan.com
URL Trang Chính Sách Bảo Mật https://wormclan.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Worm Clan",
    "description": "This extension will save the server used by Wormate.io",
    "version": "0.0.0.1",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.wormate.io\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "popup\/icon.png",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "content.json",
        "Contents\/css\/bootstrap.min.css",
        "Contents\/js\/bootstrap.bundle.min.js",
        "settings_loader.js"
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.wormate.io\/*"
    ]
}