Idlescape utilities
Quality of life improvements for Idlescape.
Idlescape utilities là gì?
Idlescape utilities là một tiện ích mở rộng Chrome được phát triển bởi 11tinicdev, và tính năng chính của nó là "Quality of life improvements for Idlescape.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Idlescape utilities
Tải xuống các tệp mở rộng Idlescape utilities dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Idlescape utilities |
ID | pcmnipemclfhflggbglfaampaakhfcdp |
URL Chính Thức | https://chromewebstore.google.com/detail/idlescape-utilities/pcmnipemclfhflggbglfaampaakhfcdp |
Mô tả | Quality of life improvements for Idlescape. |
Kích Thước Tệp | 28.36 KB |
Số Lần Cài Đặt | 429 |
Phiên Bản Hiện Tại | 0.6.9 |
Cập Nhật Lần Cuối | 2021-12-28 |
Ngày Phát Hành | 2020-11-18 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | 11tinicdev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/IamCloud/IdlescapeUtilities |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |