Skyblock
The Unofficial Skyblock Chrome Extension - Created by YLOD
Was ist Skyblock?
Skyblock ist eine Chrome-Erweiterung, die von smurfcrayons entwickelt wurde, und ihr Hauptmerkmal ist "The Unofficial Skyblock Chrome Extension - Created by YLOD".
Erweiterungsscreenshots
Skyblock-Erweiterungs-CRX-Datei herunterladen
Laden Sie Skyblock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dmpgjkinkppjihelkdlgkfoocbhfmkkj |
Offizielle URL | https://chromewebstore.google.com/detail/skyblock/dmpgjkinkppjihelkdlgkfoocbhfmkkj |
Beschreibung | The Unofficial Skyblock Chrome Extension - Created by YLOD |
Dateigröße | 58.31 KB |
Installationsanzahl | 84 |
Aktuelle Version | 1.01 |
Letztes Update | 2019-05-04 |
Veröffentlichungsdatum | 2019-05-04 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | smurfcrayons |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |