FarmHand

General QoL enhancements to the FarmRPG UI

FarmHandคืออะไร?

FarmHand เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bitnexus.io และคุณลักษณะหลักของมันคือ "General QoL enhancements to the FarmRPG UI"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FarmHand

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}