Skyblock

The Unofficial Skyblock Chrome Extension - Created by YLOD

O que é Skyblock?

Skyblock é uma extensão do Chrome desenvolvida por smurfcrayons, e sua principal característica é "The Unofficial Skyblock Chrome Extension - Created by YLOD".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Skyblock

Baixe arquivos de extensão Skyblock no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Skyblock Skyblock
ID dmpgjkinkppjihelkdlgkfoocbhfmkkj
URL Oficial https://chromewebstore.google.com/detail/skyblock/dmpgjkinkppjihelkdlgkfoocbhfmkkj
Descrição The Unofficial Skyblock Chrome Extension - Created by YLOD
Tamanho do Arquivo 58.31 KB
Contagem de Instalações 84
Versão Atual 1.01
Última Atualização 2019-05-04
Data de Publicação 2019-05-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor smurfcrayons
Tipo de Pagamento free
Idiomas Suportados 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'"
}