UniverseView Extension
UniverseView is a fast and fun OGame add-on. Find planets everywhere and make the way you play OGame more efficient and effective!
UniverseView Extension란 무엇입니까?
UniverseView Extension은(는) https://universeview.be에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "UniverseView is a fast and fun OGame add-on. Find planets everywhere and make the way you play OGame more efficient and effective!"입니다.
확장 프로그램 스크린샷
UniverseView Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
UniverseView is a fast and fun OGame add-on. It will make the way you play OGame more efficient and effective. You will be able to find planets by searching players and alliances on every page or just by hovering the player on the Galaxy page. Other UniverseView Apps like TrashSim & OGotcha are integrated into the browser extension. Store your favourite targets for easy access. View the planet spreading of your most wanted targets and enemies or search a new save location and good raiding spot using the spreading feature. Other features included in UniverseView: - Planet activity timers - Fleet movement notifications - Moon destruction calculator - Combat report converter button in your battle reports - Combat simulator button in your espionage reports, phalanx and event fleets - Highscore page improvements, view who is inactive or in vacation mode - Easily select your own planets as target on the second fleet page - Save your target his technologie levels after you spied him, they will be shown on the galaxy page - Show players their militairy stats on the galaxy page - A refresh clock on the galaxy page
확장 프로그램 기본 정보
이름 | UniverseView Extension |
ID | ipmfkhoihjbbohnfecpmhekhippaplnh |
공식 URL | https://chromewebstore.google.com/detail/universeview-extension/ipmfkhoihjbbohnfecpmhekhippaplnh |
설명 | UniverseView is a fast and fun OGame add-on. Find planets everywhere and make the way you play OGame more efficient and effective! |
파일 크기 | 1.01 MB |
설치 횟수 | 10,000 |
현재 버전 | 4.2.1 |
최근 업데이트 | 2022-02-05 |
출시 날짜 | 2020-05-02 |
평점 | 4.44/5 총 87 개의 평점 |
개발자 | https://universeview.be |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://universeview.be/ |
도움말 페이지 URL | https://board.origin.ogame.gameforge.com/index.php/Board/184-UniverseView/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UniverseView Extension", "short_name": "UniverseView", "version": "4.2.1", "version_name": "4.2.1", "description": "UniverseView is a fast and fun OGame add-on. Find planets everywhere and make the way you play OGame more efficient and effective!", "homepage_url": "https:\/\/universeview.be", "manifest_version": 2, "content_scripts": [ { "include_globs": [ "*:\/\/*.ogame.gameforge.com\/game\/index.php*" ], "js": [ "chrome\/content\/scripts\/universeview.js" ], "css": [ "chrome\/content\/css\/stylesheet.css", "chrome\/content\/css\/skin.css" ], "matches": [ "*:\/\/*.ogame.gameforge.com\/game\/index.php*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "chrome\/content\/scripts\/universeview.js", "chrome\/content\/img\/*.png", "chrome\/content\/img\/*.gif", "chrome\/content\/img\/*.jpg", "chrome\/content\/templates\/*.html", "chrome\/content\/css\/*.css" ], "permissions": [ "unlimitedStorage", "storage", "*:\/\/*.ogame.gameforge.com\/*", "management", "notifications", "alarms", "tabs" ], "background": { "scripts": [ "background.js" ] }, "minimum_chrome_version": "41", "icons": { "16": "logo-16.png", "48": "logo-48.png", "128": "logo-128.png" } } |