OGame Localization
OGame Localization.
What is OGame Localization?
OGame Localization is a Chrome extension developed by w4lifedemon, and its main feature is "OGame Localization.".
Extension Screenshots
Download OGame Localization Extension CRX File
Download OGame Localization extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Переводит игру на русский.
Extension Basic Information
Name | OGame Localization |
ID | bfmekpendflbodjbebphmamkickppemg |
Official URL | https://chromewebstore.google.com/detail/ogame-localization/bfmekpendflbodjbebphmamkickppemg |
Description | OGame Localization. |
File Size | 72.67 KB |
Installation Count | 92 |
Current Version | 1.0 |
Last Updated | 2022-01-18 |
Publish Date | 2022-01-17 |
Rating | 4.50/5 Total 2 Ratings |
Developer | w4lifedemon |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "manifest_version": 2, "content_scripts": [ { "js": [ "src\/jquery.js", "src\/main.js" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php*" ], "run_at": "document_start" } ], "description": "OGame Localization.", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "browser_action": { "default_title": "OGame Localization", "default_icon": "assets\/icon128.png" }, "minimum_chrome_version": "78", "name": "OGame Localization", "permissions": [ "storage", "https:\/\/*.ogame.gameforge.com\/*", "https:\/\/logserver.net\/*" ], "short_name": "OGame Localization", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "src\/*.js", "loca\/*.json" ] } |