FarmHand

General QoL enhancements to the FarmRPG UI

O que é FarmHand?

FarmHand é uma extensão do Chrome desenvolvida por bitnexus.io, e sua principal característica é "General QoL enhancements to the FarmRPG UI".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FarmHand

Baixe arquivos de extensão FarmHand no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome FarmHand FarmHand
ID hdedjdjgpkininbdiaablppipboeaapf
URL Oficial https://chromewebstore.google.com/detail/farmhand/hdedjdjgpkininbdiaablppipboeaapf
Descrição General QoL enhancements to the FarmRPG UI
Tamanho do Arquivo 61.99 KB
Contagem de Instalações 186
Versão Atual 1.4.0
Última Atualização 2021-12-08
Data de Publicação 2021-12-07
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor bitnexus.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/HowIChrgeLazer/FarmHand
URL da Página de Ajuda https://github.com/HowIChrgeLazer/FarmHand
Idiomas Suportados 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"
    }
}