Skyblock
The Unofficial Skyblock Chrome Extension - Created by YLOD
Skyblockคืออะไร?
Skyblock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย smurfcrayons และคุณลักษณะหลักของมันคือ "The Unofficial Skyblock Chrome Extension - Created by YLOD"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skyblock
ดาวน์โหลดไฟล์ส่วนขยาย Skyblock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dmpgjkinkppjihelkdlgkfoocbhfmkkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/skyblock/dmpgjkinkppjihelkdlgkfoocbhfmkkj |
คำอธิบาย | The Unofficial Skyblock Chrome Extension - Created by YLOD |
ขนาดไฟล์ | 58.31 KB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 1.01 |
อัปเดตครั้งล่าสุด | 2019-05-04 |
วันที่เผยแพร่ | 2019-05-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | smurfcrayons |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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'" } |