Skyblock

The Unofficial Skyblock Chrome Extension - Created by YLOD

Skyblock क्या है?

Skyblock smurfcrayons द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Unofficial Skyblock Chrome Extension - Created by YLOD"।

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

screenshot

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

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

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

                        This is a simple plugin created for the forums at https://skyblock.net

It allows you to change the background of the website to any image you'd like instead of the original light blue.

This is the first release of the extension and if there is enough support more features may be added.                    

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

नाम Skyblock Skyblock
ID dmpgjkinkppjihelkdlgkfoocbhfmkkj
आधिकारिक URL https://chromewebstore.google.com/detail/skyblock/dmpgjkinkppjihelkdlgkfoocbhfmkkj
विवरण The Unofficial Skyblock Chrome Extension - Created by YLOD
फ़ाइल का आकार 58.31 KB
स्थापना संख्या 84
वर्तमान संस्करण 1.01
अंतिम अपडेट 2019-05-04
प्रकाशन तिथि 2019-05-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर smurfcrayons
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skyblock",
    "description": "The Unofficial Skyblock Chrome Extension - Created by YLOD",
    "version": "1.01",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.skyblock.net\/*"
            ],
            "css": [
                "background.css"
            ],
            "run_at": "document_start",
            "js": [
                "jquery.js",
                "background.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}