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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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'" } |