OPCraft

Server Status

OPCraft क्या है?

OPCraft CharlesVien द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Server Status"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OPCraft एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम OPCraft OPCraft
ID glhkceimhgpggefgclodipiekcciohbc
आधिकारिक URL https://chromewebstore.google.com/detail/opcraft/glhkceimhgpggefgclodipiekcciohbc
विवरण Server Status
फ़ाइल का आकार 211 KB
स्थापना संख्या 54
वर्तमान संस्करण 3.0
अंतिम अपडेट 2018-08-02
प्रकाशन तिथि 2018-08-02
रेटिंग 4.17/5 कुल 6 रेटिंग्स
डेवलपर CharlesVien
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://opcraft.net
सहायता पृष्ठ URL https://opcraft.net
समर्थित भाषाएँ 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"
    }
}