Skyblock
The Unofficial Skyblock Chrome Extension - Created by YLOD
Vad är Skyblock?
Skyblock är en Chrome-tillägg utvecklad av smurfcrayons, och dess huvudfunktion är "The Unofficial Skyblock Chrome Extension - Created by YLOD".
Tilläggsskärmbilder
Ladda ner Skyblock-förlängningens CRX-fil
Ladda ner Skyblock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | dmpgjkinkppjihelkdlgkfoocbhfmkkj |
Officiell webbadress | https://chromewebstore.google.com/detail/skyblock/dmpgjkinkppjihelkdlgkfoocbhfmkkj |
Beskrivning | The Unofficial Skyblock Chrome Extension - Created by YLOD |
Filstorlek | 58.31 KB |
Antal Installationer | 84 |
Aktuell Version | 1.01 |
Senast Uppdaterad | 2019-05-04 |
Publiceringsdatum | 2019-05-04 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | smurfcrayons |
Betalningssätt | free |
Stödda Språk | 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'" } |