Realtools

The mini version of Realtools.

Was ist Realtools?

Realtools ist eine Chrome-Erweiterung, die von https://realtools.shay.cat entwickelt wurde, und ihr Hauptmerkmal ist "The mini version of Realtools.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Realtools-Erweiterungs-CRX-Datei herunterladen

Laden Sie Realtools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Realtools Realtools
ID chfbbeojlpffpcffalmhagcjfoiccjcf
Offizielle URL https://chromewebstore.google.com/detail/realtools/chfbbeojlpffpcffalmhagcjfoiccjcf
Beschreibung The mini version of Realtools.
Dateigröße 96.69 KB
Installationsanzahl 4,847
Aktuelle Version 2.3.2
Letztes Update 2022-08-28
Veröffentlichungsdatum 2022-05-06
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler https://realtools.shay.cat
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://realtools.shay.cat
Hilfeseite URL https://discord.gg/TFgqyWF9bn
Unterstützte Sprachen 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\/*"
    ]
}