Idlescape utilities
Quality of life improvements for Idlescape.
Idlescape utilitiesคืออะไร?
Idlescape utilities เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 11tinicdev และคุณลักษณะหลักของมันคือ "Quality of life improvements for Idlescape."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Idlescape utilities
ดาวน์โหลดไฟล์ส่วนขยาย Idlescape utilities ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quality of life improvements for the browser game idlescape. This extension is in no way affiliated with the game. If you encounter a bug, email me at [email protected]. Features: 1. Display gold and heat in full. (1,920,000 instead of 1M) 2. Experience/hour and time to level for mining/foraging/fishing/smithing. 3. Time left displayed in progress bars of farming seeds. 4. Experience to level and time to empty current essences in Runecrafting. 5. Marketplace history cost/unit. 6. Sound notification when idle (disabled by default)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Idlescape utilities |
ID | pcmnipemclfhflggbglfaampaakhfcdp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/idlescape-utilities/pcmnipemclfhflggbglfaampaakhfcdp |
คำอธิบาย | Quality of life improvements for Idlescape. |
ขนาดไฟล์ | 28.36 KB |
จำนวนการติดตั้ง | 429 |
เวอร์ชันปัจจุบัน | 0.6.9 |
อัปเดตครั้งล่าสุด | 2021-12-28 |
วันที่เผยแพร่ | 2020-11-18 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | 11tinicdev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/IamCloud/IdlescapeUtilities |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Idlescape utilities", "version": "0.6.9", "manifest_version": 2, "description": "Quality of life improvements for Idlescape.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Idlescape utilities", "default_popup": "src\/popup\/popup.html" }, "permissions": [ "https:\/\/idlescape.com\/*", "https:\/\/www.idlescape.com\/*", "https:\/\/dev.idlescape.com\/*", "storage" ], "web_accessible_resources": [ "icons\/icon48.png", "src\/popup\/popup.html" ], "content_scripts": [ { "matches": [ "https:\/\/idlescape.com\/*", "https:\/\/www.idlescape.com\/*", "https:\/\/dev.idlescape.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/idlescape.com\/*", "https:\/\/www.idlescape.com\/*", "https:\/\/dev.idlescape.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |