FarmHand

General QoL enhancements to the FarmRPG UI

FarmHand क्या है?

FarmHand bitnexus.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "General QoL enhancements to the FarmRPG UI"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FarmHand एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}