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