FarmHand

General QoL enhancements to the FarmRPG UI

FarmHand là gì?

FarmHand là một tiện ích mở rộng Chrome được phát triển bởi bitnexus.io, và tính năng chính của nó là "General QoL enhancements to the FarmRPG UI".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FarmHand

Tải xuống các tệp mở rộng FarmHand dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FarmHand FarmHand
ID hdedjdjgpkininbdiaablppipboeaapf
URL Chính Thức https://chromewebstore.google.com/detail/farmhand/hdedjdjgpkininbdiaablppipboeaapf
Mô tả General QoL enhancements to the FarmRPG UI
Kích Thước Tệp 61.99 KB
Số Lần Cài Đặt 186
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2021-12-08
Ngày Phát Hành 2021-12-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển bitnexus.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/HowIChrgeLazer/FarmHand
URL Trang Trợ Giúp https://github.com/HowIChrgeLazer/FarmHand
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}