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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 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"
}