OPCraft

Server Status

OPCraft là gì?

OPCraft là một tiện ích mở rộng Chrome được phát triển bởi CharlesVien, và tính năng chính của nó là "Server Status".

Ả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 OPCraft

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

                        OPCraft app is for members of the OPCraft Minecraft server community to check the status of the server at any time!                    

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

Tên OPCraft OPCraft
ID glhkceimhgpggefgclodipiekcciohbc
URL Chính Thức https://chromewebstore.google.com/detail/opcraft/glhkceimhgpggefgclodipiekcciohbc
Mô tả Server Status
Kích Thước Tệp 211 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2018-08-02
Ngày Phát Hành 2018-08-02
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển CharlesVien
Loại Thanh Toán free
Trang Web Mở Rộng https://opcraft.net
URL Trang Trợ Giúp https://opcraft.net
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OPCraft",
    "short_name": "OPC",
    "description": "Server Status",
    "version": "3.0",
    "permissions": [
        "",
        "background",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    }
}