Realtools

The mini version of Realtools.

Wat is Realtools?

Realtools is een Chrome-extensie ontwikkeld door https://realtools.shay.cat, en de belangrijkste functie is "The mini version of Realtools.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Realtools

Download Realtools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Realtools is a collection of tools for the Horse Reality webgame. This extension provides convenient in-page integrations.                    

Basisinformatie over de Extensie

Naam Realtools Realtools
ID chfbbeojlpffpcffalmhagcjfoiccjcf
Officiële URL https://chromewebstore.google.com/detail/realtools/chfbbeojlpffpcffalmhagcjfoiccjcf
Beschrijving The mini version of Realtools.
Bestandsgrootte 96.69 KB
Aantal Installaties 4,847
Huidige Versie 2.3.2
Laatst Bijgewerkt 2022-08-28
Publicatiedatum 2022-05-06
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar https://realtools.shay.cat
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://realtools.shay.cat
Help Pagina-URL https://discord.gg/TFgqyWF9bn
Ondersteunde Talen 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\/*"
    ]
}