Realtools
The mini version of Realtools.
Co to jest Realtools?
Realtools to rozszerzenie Chrome opracowane przez https://realtools.shay.cat, a jego główną funkcją jest „The mini version of Realtools.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Realtools
Pobierz pliki rozszerzeń Realtools 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
Realtools is a collection of tools for the Horse Reality webgame. This extension provides convenient in-page integrations.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | chfbbeojlpffpcffalmhagcjfoiccjcf |
Oficjalny URL | https://chromewebstore.google.com/detail/realtools/chfbbeojlpffpcffalmhagcjfoiccjcf |
Opis | The mini version of Realtools. |
Rozmiar pliku | 96.69 KB |
Liczba instalacji | 4,847 |
Aktualna Wersja | 2.3.2 |
Ostatnia Aktualizacja | 2022-08-28 |
Data Publikacji | 2022-05-06 |
Ocena | 5.00/5 Łącznie 8 Oceny |
Deweloper | https://realtools.shay.cat |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://realtools.shay.cat |
Adres URL Strony Pomocy | https://discord.gg/TFgqyWF9bn |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Realtools", "description": "The mini version of Realtools.", "version": "2.3.2", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popout.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.horsereality.com\/horses\/*" ], "js": [ "browser-polyfill.js", "constants.js", "site-hr\/css.js", "site-hr\/utils.js", "site-hr\/calculator.js", "site-hr\/buttons.js", "site-hr\/layers.js" ] }, { "matches": [ "https:\/\/realtools.shay.cat\/*" ], "js": [ "browser-polyfill.js", "constants.js" ] } ], "host_permissions": [ "*:\/\/*.horsereality.com\/horses\/*" ] } |