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
Eメール [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"
    }
}