Skyblock
The Unofficial Skyblock Chrome Extension - Created by YLOD
Wat is Skyblock?
Skyblock is een Chrome-extensie ontwikkeld door smurfcrayons, en de belangrijkste functie is "The Unofficial Skyblock Chrome Extension - Created by YLOD".
Extensie Screenshots
Download het CRX-bestand van de extensie Skyblock
Download Skyblock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dmpgjkinkppjihelkdlgkfoocbhfmkkj |
Officiële URL | https://chromewebstore.google.com/detail/skyblock/dmpgjkinkppjihelkdlgkfoocbhfmkkj |
Beschrijving | The Unofficial Skyblock Chrome Extension - Created by YLOD |
Bestandsgrootte | 58.31 KB |
Aantal Installaties | 84 |
Huidige Versie | 1.01 |
Laatst Bijgewerkt | 2019-05-04 |
Publicatiedatum | 2019-05-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | smurfcrayons |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |