Ogame Calculator
Several calculations to improve your ogame experience!
Co to jest Ogame Calculator?
Ogame Calculator to rozszerzenie Chrome opracowane przez mattieboy, a jego główną funkcją jest „Several calculations to improve your ogame experience!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ogame Calculator
Pobierz pliki rozszerzeń Ogame Calculator 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
An Extension to improve your ogame experience with several automatic calculations
Podstawowe informacje o rozszerzeniu
Nazwa | Ogame Calculator |
ID | mgncldbnpngoncllpnepebmjjiencmnl |
Oficjalny URL | https://chromewebstore.google.com/detail/ogame-calculator/mgncldbnpngoncllpnepebmjjiencmnl |
Opis | Several calculations to improve your ogame experience! |
Rozmiar pliku | 80.65 KB |
Liczba instalacji | 234 |
Aktualna Wersja | 0.14.0 |
Ostatnia Aktualizacja | 2024-02-15 |
Data Publikacji | 2022-08-19 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | mattieboy |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://discord.gg/65U4buktPJ |
Obsługiwane Języki | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ogame Calculator", "description": "Several calculations to improve your ogame experience!", "version": "0.14.0", "content_scripts": [ { "exclude_matches": [ "https:\/\/*.ogame.gameforge.com\/game\/admin2\/*" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/*" ], "js": [ "main.js" ], "css": [ "styles.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "ogameHelper.js", "resources\/*", "messageAnalyzer.js", "functions.js" ], "matches": [ " |