Skyblock
The Unofficial Skyblock Chrome Extension - Created by YLOD
Apa itu Skyblock?
Skyblock adalah ekstensi Chrome yang dikembangkan oleh smurfcrayons, dan fitur utamanya adalah "The Unofficial Skyblock Chrome Extension - Created by YLOD".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Skyblock
Unduh file ekstensi Skyblock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | dmpgjkinkppjihelkdlgkfoocbhfmkkj |
URL Resmi | https://chromewebstore.google.com/detail/skyblock/dmpgjkinkppjihelkdlgkfoocbhfmkkj |
Deskripsi | The Unofficial Skyblock Chrome Extension - Created by YLOD |
Ukuran File | 58.31 KB |
Jumlah Instalasi | 84 |
Versi Saat Ini | 1.01 |
Terakhir Diperbarui | 2019-05-04 |
Tanggal Publikasi | 2019-05-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | smurfcrayons |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |