Skyblock
The Unofficial Skyblock Chrome Extension - Created by YLOD
What is Skyblock?
Skyblock is a Chrome extension developed by smurfcrayons, and its main feature is "The Unofficial Skyblock Chrome Extension - Created by YLOD".
Extension Screenshots
Download Skyblock Extension CRX File
Download Skyblock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | dmpgjkinkppjihelkdlgkfoocbhfmkkj |
Official URL | https://chromewebstore.google.com/detail/skyblock/dmpgjkinkppjihelkdlgkfoocbhfmkkj |
Description | The Unofficial Skyblock Chrome Extension - Created by YLOD |
File Size | 58.31 KB |
Installation Count | 84 |
Current Version | 1.01 |
Last Updated | 2019-05-04 |
Publish Date | 2019-05-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | smurfcrayons |
Payment Type | free |
Supported Languages | 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'" } |