Skyblock

The Unofficial Skyblock Chrome Extension - Created by YLOD

Hvad er Skyblock?

Skyblock er en Chrome-udvidelse udviklet af smurfcrayons, og dens hovedfunktion er "The Unofficial Skyblock Chrome Extension - Created by YLOD".

Udvidelsesskærmbilleder

screenshot

Download Skyblock-udvidelses-CRX-fil

Download Skyblock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Skyblock Skyblock
ID dmpgjkinkppjihelkdlgkfoocbhfmkkj
Officiel URL https://chromewebstore.google.com/detail/skyblock/dmpgjkinkppjihelkdlgkfoocbhfmkkj
Beskrivelse The Unofficial Skyblock Chrome Extension - Created by YLOD
Filstørrelse 58.31 KB
Antal Installationer 84
Nuværende Version 1.01
Senest Opdateret 2019-05-04
Udgivelsesdato 2019-05-04
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler smurfcrayons
Betalingsmetode free
Understøttede Sprog 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'"
}