OGame Timer Hot Fixed

Fixed version of OgameTimer

什么是OGame Timer Hot Fixed?

OGame Timer Hot Fixed是由tgyhlsb开发的Chrome扩展程序,该扩展的主要功能是“Fixed version of OgameTimer”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载OGame Timer Hot Fixed扩展crx文件

下载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"
}