Realtools
The mini version of Realtools.
Realtools là gì?
Realtools là một tiện ích mở rộng Chrome được phát triển bởi https://realtools.shay.cat, và tính năng chính của nó là "The mini version of Realtools.".
Ả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 Realtools
Tải xuống các tệp mở rộng Realtools 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
Realtools is a collection of tools for the Horse Reality webgame. This extension provides convenient in-page integrations.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | chfbbeojlpffpcffalmhagcjfoiccjcf |
URL Chính Thức | https://chromewebstore.google.com/detail/realtools/chfbbeojlpffpcffalmhagcjfoiccjcf |
Mô tả | The mini version of Realtools. |
Kích Thước Tệp | 96.69 KB |
Số Lần Cài Đặt | 4,847 |
Phiên Bản Hiện Tại | 2.3.2 |
Cập Nhật Lần Cuối | 2022-08-28 |
Ngày Phát Hành | 2022-05-06 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://realtools.shay.cat |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://realtools.shay.cat |
URL Trang Trợ Giúp | https://discord.gg/TFgqyWF9bn |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Realtools", "description": "The mini version of Realtools.", "version": "2.3.2", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popout.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.horsereality.com\/horses\/*" ], "js": [ "browser-polyfill.js", "constants.js", "site-hr\/css.js", "site-hr\/utils.js", "site-hr\/calculator.js", "site-hr\/buttons.js", "site-hr\/layers.js" ] }, { "matches": [ "https:\/\/realtools.shay.cat\/*" ], "js": [ "browser-polyfill.js", "constants.js" ] } ], "host_permissions": [ "*:\/\/*.horsereality.com\/horses\/*" ] } |