Realtools
The mini version of Realtools.
Cos'è Realtools?
Realtools è un'estensione di Chrome sviluppata da https://realtools.shay.cat, e la sua funzione principale è "The mini version of Realtools.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Realtools
Scarica i file di estensione Realtools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Realtools is a collection of tools for the Horse Reality webgame. This extension provides convenient in-page integrations.
Informazioni di Base sull'Estensione
Nome | |
ID | chfbbeojlpffpcffalmhagcjfoiccjcf |
URL Ufficiale | https://chromewebstore.google.com/detail/realtools/chfbbeojlpffpcffalmhagcjfoiccjcf |
Descrizione | The mini version of Realtools. |
Dimensione del File | 96.69 KB |
Conteggio Installazioni | 4,847 |
Versione Corrente | 2.3.2 |
Ultimo Aggiornamento | 2022-08-28 |
Data di Pubblicazione | 2022-05-06 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | https://realtools.shay.cat |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://realtools.shay.cat |
URL della Pagina di Aiuto | https://discord.gg/TFgqyWF9bn |
Lingue Supportate | 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\/*" ] } |