Skynet
The Addon OGame deserves
Skynet란 무엇입니까?
Skynet은(는) Martin Burchard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Addon OGame deserves"입니다.
확장 프로그램 스크린샷
Skynet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features - supports OGame version 6.2.2 - all functions can be enabled individually - enhanced espionage reports, display of transporters needed - Sorted presentation of espionage reports: Raidar - TrashSim combat simulation button - enhanced planet list - additional transport button - additional expedition button - resources overview on the overview page - enhanced event list - countdown for fleet recall - disable unnecessary research - Mark debris field - diverse layout changes - enhanced functionality for building ships, defence and solar sats - Display of energy needed and amount of solarsats - HTTPS Support - ...
확장 프로그램 기본 정보
이름 | Skynet |
ID | bombfdlgambijdlldkmfoeeefjchbckc |
공식 URL | https://chromewebstore.google.com/detail/skynet/bombfdlgambijdlldkmfoeeefjchbckc |
설명 | The Addon OGame deserves |
파일 크기 | 209 KB |
설치 횟수 | 1,632 |
현재 버전 | 4.1.5 |
최근 업데이트 | 2016-07-28 |
출시 날짜 | 2016-07-28 |
평점 | 4.58/5 총 26 개의 평점 |
개발자 | Martin Burchard |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.martin-burchard.de/skynet/ |
지원되는 언어 | de,en,tr,da,es,it,hu,pl,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skynet", "short_name": "Skynet", "description": "The Addon OGame deserves", "version": "4.1.5.0", "version_name": "4.1.5", "author": "Martin Burchard", "homepage_url": "http:\/\/www.martin-burchard.de\/skynet", "default_locale": "en", "icons": { "16": "gfx\/icon_16.png", "48": "gfx\/icon_48.png", "128": "gfx\/icon_128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*.ogame.gameforge.com\/*", "https:\/\/*.ogame.gameforge.com\/*" ], "exclude_globs": [ "*board*", "*support*" ], "run_at": "document_start", "css": [ "ext\/nanoscroller.css", "css\/standard.css" ], "js": [ "ext\/jquery.min.js", "ext\/jquery-ui.min.js", "ext\/knockout.min.js", "ext\/jquery.nanoscroller.min.js", "js\/content.js" ] } ], "permissions": [ "storage", "tabs", "http:\/\/*.ogame.gameforge.com\/", "https:\/\/*.ogame.gameforge.com\/" ], "web_accessible_resources": [ "ext\/jquery-ui.min.css", "ext\/images\/*", "css\/images.css", "gfx\/*", "templates\/*" ] } |