FarmHand

General QoL enhancements to the FarmRPG UI

What is FarmHand?

FarmHand is a Chrome extension developed by bitnexus.io, and its main feature is "General QoL enhancements to the FarmRPG UI".

Extension Screenshots

screenshot

Download FarmHand Extension CRX File

Download FarmHand extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name FarmHand FarmHand
ID hdedjdjgpkininbdiaablppipboeaapf
Official URL https://chromewebstore.google.com/detail/farmhand/hdedjdjgpkininbdiaablppipboeaapf
Description General QoL enhancements to the FarmRPG UI
File Size 61.99 KB
Installation Count 186
Current Version 1.4.0
Last Updated 2021-12-08
Publish Date 2021-12-07
Rating 5.00/5 Total 3 Ratings
Developer bitnexus.io
Email [email protected]
Payment Type free
Extension Website https://github.com/HowIChrgeLazer/FarmHand
Help Page URL https://github.com/HowIChrgeLazer/FarmHand
Supported Languages 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"
    }
}