FarmHand
General QoL enhancements to the FarmRPG UI
Qu'est-ce que FarmHand ?
FarmHand est une extension Chrome développée par bitnexus.io, et sa fonction principale est "General QoL enhancements to the FarmRPG UI".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FarmHand
Téléchargez les fichiers d'extension FarmHand au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | FarmHand |
ID | hdedjdjgpkininbdiaablppipboeaapf |
URL Officiel | https://chromewebstore.google.com/detail/farmhand/hdedjdjgpkininbdiaablppipboeaapf |
Description | General QoL enhancements to the FarmRPG UI |
Taille du Fichier | 61.99 KB |
Nombre d'Installations | 186 |
Version Actuelle | 1.4.0 |
Dernière Mise à Jour | 2021-12-08 |
Date de Publication | 2021-12-07 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | bitnexus.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/HowIChrgeLazer/FarmHand |
URL de la Page d'Aide | https://github.com/HowIChrgeLazer/FarmHand |
Langues Prises en Charge | 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" } } |