OPCraft

Server Status

What is OPCraft?

OPCraft is a Chrome extension developed by CharlesVien, and its main feature is "Server Status".

Extension Screenshots

screenshot

Download OPCraft Extension CRX File

Download OPCraft extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name OPCraft OPCraft
ID glhkceimhgpggefgclodipiekcciohbc
Official URL https://chromewebstore.google.com/detail/opcraft/glhkceimhgpggefgclodipiekcciohbc
Description Server Status
File Size 211 KB
Installation Count 54
Current Version 3.0
Last Updated 2018-08-02
Publish Date 2018-08-02
Rating 4.17/5 Total 6 Ratings
Developer CharlesVien
Payment Type free
Extension Website https://opcraft.net
Help Page URL https://opcraft.net
Supported Languages 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"
    }
}