FarmHand

General QoL enhancements to the FarmRPG UI

什么是FarmHand?

FarmHand是由bitnexus.io开发的Chrome扩展程序,该扩展的主要功能是“General QoL enhancements to the FarmRPG UI”。

扩展截图

screenshot

下载FarmHand扩展crx文件

下载FarmHand扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 FarmHand FarmHand
ID hdedjdjgpkininbdiaablppipboeaapf
官方URL https://chromewebstore.google.com/detail/farmhand/hdedjdjgpkininbdiaablppipboeaapf
简介 General QoL enhancements to the FarmRPG UI
文件大小 61.99 KB
安装次数 186
当前版本 1.4.0
更新时间 2021-12-08
上架时间 2021-12-07
评分 5.00/5 共3次评分
开发者 bitnexus.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/HowIChrgeLazer/FarmHand
帮助页面URL https://github.com/HowIChrgeLazer/FarmHand
支持的语言 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"
    }
}