Realtools
The mini version of Realtools.
Vad är Realtools?
Realtools är en Chrome-tillägg utvecklad av https://realtools.shay.cat, och dess huvudfunktion är "The mini version of Realtools.".
Tilläggsskärmbilder
Ladda ner Realtools-förlängningens CRX-fil
Ladda ner Realtools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Realtools is a collection of tools for the Horse Reality webgame. This extension provides convenient in-page integrations.
Grundläggande Information om Tillägg
Namn | |
ID | chfbbeojlpffpcffalmhagcjfoiccjcf |
Officiell webbadress | https://chromewebstore.google.com/detail/realtools/chfbbeojlpffpcffalmhagcjfoiccjcf |
Beskrivning | The mini version of Realtools. |
Filstorlek | 96.69 KB |
Antal Installationer | 4,847 |
Aktuell Version | 2.3.2 |
Senast Uppdaterad | 2022-08-28 |
Publiceringsdatum | 2022-05-06 |
Betyg | 5.00/5 Totalt 8 Betyg |
Utvecklare | https://realtools.shay.cat |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://realtools.shay.cat |
Hjälpsida URL | https://discord.gg/TFgqyWF9bn |
Stödda Språk | 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\/*" ] } |