Realtools
The mini version of Realtools.
What is Realtools?
Realtools is a Chrome extension developed by https://realtools.shay.cat, and its main feature is "The mini version of Realtools.".
Extension Screenshots
Download Realtools Extension CRX File
Download Realtools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Realtools is a collection of tools for the Horse Reality webgame. This extension provides convenient in-page integrations.
Extension Basic Information
Name | |
ID | chfbbeojlpffpcffalmhagcjfoiccjcf |
Official URL | https://chromewebstore.google.com/detail/realtools/chfbbeojlpffpcffalmhagcjfoiccjcf |
Description | The mini version of Realtools. |
File Size | 96.69 KB |
Installation Count | 4,847 |
Current Version | 2.3.2 |
Last Updated | 2022-08-28 |
Publish Date | 2022-05-06 |
Rating | 5.00/5 Total 8 Ratings |
Developer | https://realtools.shay.cat |
[email protected] | |
Payment Type | free |
Extension Website | https://realtools.shay.cat |
Help Page URL | https://discord.gg/TFgqyWF9bn |
Supported Languages | 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\/*" ] } |