OPCraft

Server Status

Wat is OPCraft?

OPCraft is een Chrome-extensie ontwikkeld door CharlesVien, en de belangrijkste functie is "Server Status".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OPCraft

Download OPCraft-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam OPCraft OPCraft
ID glhkceimhgpggefgclodipiekcciohbc
Officiële URL https://chromewebstore.google.com/detail/opcraft/glhkceimhgpggefgclodipiekcciohbc
Beschrijving Server Status
Bestandsgrootte 211 KB
Aantal Installaties 54
Huidige Versie 3.0
Laatst Bijgewerkt 2018-08-02
Publicatiedatum 2018-08-02
Beoordeling 4.17/5 Totaal 6 Beoordelingen
Ontwikkelaar CharlesVien
Betalingswijze free
Extensiewebsite https://opcraft.net
Help Pagina-URL https://opcraft.net
Ondersteunde Talen 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"
    }
}