FarmHand
General QoL enhancements to the FarmRPG UI
Co to jest FarmHand?
FarmHand to rozszerzenie Chrome opracowane przez bitnexus.io, a jego główną funkcją jest „General QoL enhancements to the FarmRPG UI”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FarmHand
Pobierz pliki rozszerzeń FarmHand w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | FarmHand |
ID | hdedjdjgpkininbdiaablppipboeaapf |
Oficjalny URL | https://chromewebstore.google.com/detail/farmhand/hdedjdjgpkininbdiaablppipboeaapf |
Opis | General QoL enhancements to the FarmRPG UI |
Rozmiar pliku | 61.99 KB |
Liczba instalacji | 186 |
Aktualna Wersja | 1.4.0 |
Ostatnia Aktualizacja | 2021-12-08 |
Data Publikacji | 2021-12-07 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | bitnexus.io |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/HowIChrgeLazer/FarmHand |
Adres URL Strony Pomocy | https://github.com/HowIChrgeLazer/FarmHand |
Obsługiwane Języki | 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" } } |