FarmHand

General QoL enhancements to the FarmRPG UI

Was ist FarmHand?

FarmHand ist eine Chrome-Erweiterung, die von bitnexus.io entwickelt wurde, und ihr Hauptmerkmal ist "General QoL enhancements to the FarmRPG UI".

Erweiterungsscreenshots

screenshot

FarmHand-Erweiterungs-CRX-Datei herunterladen

Laden Sie FarmHand-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

                        FarmHand is a Chrome extension for General QoL enhancements to the FarmRPG UI such as quick links and chat highlighting. Also attempts to adhere to the FarmRPG CoC standards (not affiliated with FarmRPG in any way).

Used for the browser game FarmRPG at https://farmrpg.com                    

Grundlegende Informationen zur Erweiterung

Name FarmHand FarmHand
ID hdedjdjgpkininbdiaablppipboeaapf
Offizielle URL https://chromewebstore.google.com/detail/farmhand/hdedjdjgpkininbdiaablppipboeaapf
Beschreibung General QoL enhancements to the FarmRPG UI
Dateigröße 61.99 KB
Installationsanzahl 186
Aktuelle Version 1.4.0
Letztes Update 2021-12-08
Veröffentlichungsdatum 2021-12-07
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler bitnexus.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/HowIChrgeLazer/FarmHand
Hilfeseite URL https://github.com/HowIChrgeLazer/FarmHand
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FarmHand",
    "version": "1.4.0",
    "manifest_version": 3,
    "description": "General QoL enhancements to the FarmRPG UI",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/farmrpg.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "thirdParty\/jquery-3.6.0.min.js",
                "farmhand.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.svg",
                "options.html"
            ],
            "matches": [
                "https:\/\/farmrpg.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}