FarmHand

General QoL enhancements to the FarmRPG UI

Cos'è FarmHand?

FarmHand è un'estensione di Chrome sviluppata da bitnexus.io, e la sua funzione principale è "General QoL enhancements to the FarmRPG UI".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FarmHand

Scarica i file di estensione FarmHand in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome FarmHand FarmHand
ID hdedjdjgpkininbdiaablppipboeaapf
URL Ufficiale https://chromewebstore.google.com/detail/farmhand/hdedjdjgpkininbdiaablppipboeaapf
Descrizione General QoL enhancements to the FarmRPG UI
Dimensione del File 61.99 KB
Conteggio Installazioni 186
Versione Corrente 1.4.0
Ultimo Aggiornamento 2021-12-08
Data di Pubblicazione 2021-12-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore bitnexus.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/HowIChrgeLazer/FarmHand
URL della Pagina di Aiuto https://github.com/HowIChrgeLazer/FarmHand
Lingue Supportate 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"
    }
}