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
官方網址 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"
    }
}