Ogame Calculator
Several calculations to improve your ogame experience!
Vad är Ogame Calculator?
Ogame Calculator är en Chrome-tillägg utvecklad av mattieboy, och dess huvudfunktion är "Several calculations to improve your ogame experience!".
Tilläggsskärmbilder
Ladda ner Ogame Calculator-förlängningens CRX-fil
Ladda ner Ogame Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
An Extension to improve your ogame experience with several automatic calculations
Grundläggande Information om Tillägg
Namn | Ogame Calculator |
ID | mgncldbnpngoncllpnepebmjjiencmnl |
Officiell webbadress | https://chromewebstore.google.com/detail/ogame-calculator/mgncldbnpngoncllpnepebmjjiencmnl |
Beskrivning | Several calculations to improve your ogame experience! |
Filstorlek | 80.65 KB |
Antal Installationer | 234 |
Aktuell Version | 0.14.0 |
Senast Uppdaterad | 2024-02-15 |
Publiceringsdatum | 2022-08-19 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | mattieboy |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://discord.gg/65U4buktPJ |
Stödda Språk | 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": [ " |