OGame Resources Extension

Resource distribution is the key

OGame Resources Extension란 무엇입니까?

OGame Resources Extension은(는) ITP에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resource distribution is the key"입니다.

확장 프로그램 스크린샷

screenshot

OGame Resources Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension sum resources on all our planets and show this in additional table in resources section.
All you need to do is visit each planet at least once or use new action 'refresh'.

A bug, translation, suggestion new features or extensions,
contact OGEXT Team on http://ogext.com                    

확장 프로그램 기본 정보

이름 OGame Resources Extension OGame Resources Extension
ID dinnmkijapcbjfflfncafmfhajnggenb
공식 URL https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb
설명 Resource distribution is the key
파일 크기 69.79 KB
설치 횟수 2,763
현재 버전 1.0.1
최근 업데이트 2016-10-10
출시 날짜 2016-10-10
평점 3.92/5 총 74 개의 평점
개발자 ITP
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://ogext.com
도움말 페이지 URL http://ogext.com
개인정보 보호 정책 페이지 URL https://freethetree.co.uk/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "ogext.css"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "ogext.js"
            ],
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ]
        }
    ],
    "description": "Resource distribution is the key",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "OGame Resources Extension",
    "permissions": [],
    "version": "1.0.1",
    "web_accessible_resources": [
        "*"
    ]
}