OGame Timer Hot Fixed

Fixed version of OgameTimer

Что такое OGame Timer Hot Fixed?

OGame Timer Hot Fixed - это расширение Chrome, разработанное tgyhlsb, и его основная функция - "Fixed version of OgameTimer".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения OGame Timer Hot Fixed

Скачайте файлы расширений OGame Timer Hot Fixed в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название OGame Timer Hot Fixed OGame Timer Hot Fixed
ID nalkfbbnhkdhgjmadbkdaaebkijjdcik
Официальный URL https://chrome.google.com/webstore/detail/ogame-timer-hot-fixed/nalkfbbnhkdhgjmadbkdaaebkijjdcik
Описание Fixed version of OgameTimer
Размер файла 190 KB
Количество установок 707
Текущая Версия 2.3.2
Последнее Обновление 2018-08-03
Дата публикации 2018-08-03
Рейтинг 4.33/5 Всего 18 оценок
Разработчик tgyhlsb
Тип оплаты free
Поддерживаемые языки en,fr
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.js",
            "js\/ogt.js",
            "js\/ogt.utils.js",
            "js\/ogt.params.js",
            "js\/ogt.event.js",
            "js\/ogt.alert.js",
            "js\/ogt.timers.js",
            "js\/ogt.infos.js",
            "js\/ogt.settings.js",
            "js\/ogt.queue.js",
            "js\/ogt.background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/popup\/icon-19.png",
            "38": "img\/popup\/icon-38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/ogt.js",
                "js\/ogt.utils.js",
                "js\/ogt.params.js",
                "js\/ogt.event.js",
                "js\/ogt.timers.js",
                "js\/ogt.infos.js",
                "js\/ogt.alert.js",
                "js\/ogt.settings.js",
                "js\/ogt.queue.js",
                "js\/ogt.page.js"
            ],
            "matches": [
                "*:\/\/*.ogame.gameforge.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self';",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/app\/icon-128.png",
        "16": "img\/app\/icon-16.png",
        "48": "img\/app\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ogame-timer-hot-fixed\/nalkfbbnhkdhgjmadbkdaaebkijjdcik",
    "options_ui": {
        "open_in_tab": false,
        "chrome_style": true,
        "page": "html\/options.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "alarms"
    ],
    "short_name": "OGT",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.2"
}