Skyblock

The Unofficial Skyblock Chrome Extension - Created by YLOD

什么是Skyblock?

Skyblock是由smurfcrayons开发的Chrome扩展程序,该扩展的主要功能是“The Unofficial Skyblock Chrome Extension - Created by YLOD”。

扩展截图

screenshot

下载Skyblock扩展crx文件

下载Skyblock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
}