OGame Localization

OGame Localization.

Vad är OGame Localization?

OGame Localization är en Chrome-tillägg utvecklad av w4lifedemon, och dess huvudfunktion är "OGame Localization.".

Tilläggsskärmbilder

screenshot

Ladda ner OGame Localization-förlängningens CRX-fil

Ladda ner OGame Localization-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

                        Переводит игру на русский.                    

Grundläggande Information om Tillägg

Namn OGame Localization OGame Localization
ID bfmekpendflbodjbebphmamkickppemg
Officiell webbadress https://chromewebstore.google.com/detail/ogame-localization/bfmekpendflbodjbebphmamkickppemg
Beskrivning OGame Localization.
Filstorlek 72.67 KB
Antal Installationer 92
Aktuell Version 1.0
Senast Uppdaterad 2022-01-18
Publiceringsdatum 2022-01-17
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare w4lifedemon
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}