Skyblock

The Unofficial Skyblock Chrome Extension - Created by YLOD

Qu'est-ce que Skyblock ?

Skyblock est une extension Chrome développée par smurfcrayons, et sa fonction principale est "The Unofficial Skyblock Chrome Extension - Created by YLOD".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Skyblock

Téléchargez les fichiers d'extension Skyblock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Skyblock Skyblock
ID dmpgjkinkppjihelkdlgkfoocbhfmkkj
URL Officiel https://chromewebstore.google.com/detail/skyblock/dmpgjkinkppjihelkdlgkfoocbhfmkkj
Description The Unofficial Skyblock Chrome Extension - Created by YLOD
Taille du Fichier 58.31 KB
Nombre d'Installations 84
Version Actuelle 1.01
Dernière Mise à Jour 2019-05-04
Date de Publication 2019-05-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur smurfcrayons
Type de Paiement free
Langues Prises en Charge 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'"
}