OGame Localization
OGame Localization.
Wat is OGame Localization?
OGame Localization is een Chrome-extensie ontwikkeld door w4lifedemon, en de belangrijkste functie is "OGame Localization.".
Extensie Screenshots
Download het CRX-bestand van de extensie OGame Localization
Download OGame Localization-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Переводит игру на русский. Basisinformatie over de Extensie
| Naam | |
| ID | bfmekpendflbodjbebphmamkickppemg |
| Officiële URL | https://chromewebstore.google.com/detail/ogame-localization/bfmekpendflbodjbebphmamkickppemg |
| Beschrijving | OGame Localization. |
| Bestandsgrootte | 72.67 KB |
| Aantal Installaties | 92 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-01-18 |
| Publicatiedatum | 2022-01-17 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | w4lifedemon |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |