OBot
Extends the user interface of the mmog OGame with a unlimited list of favourites
OBot란 무엇입니까?
OBot은(는) Dawosch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends the user interface of the mmog OGame with a unlimited list of favourites"입니다.
확장 프로그램 스크린샷
OBot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Diese Extension erweitert das User Interface des MMOG "OGame" und eine unlimitierte Favoritenliste. Spieler können ganz leicht hinzugefügt und gelöscht werden.
확장 프로그램 기본 정보
이름 | OBot |
ID | ifilffiklclodhchnejccihimmkhomii |
공식 URL | https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii |
설명 | Extends the user interface of the mmog OGame with a unlimited list of favourites |
파일 크기 | 482 KB |
설치 횟수 | 192 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-10-24 |
출시 날짜 | 2021-10-24 |
개발자 | Dawosch |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OBot", "description": "Extends the user interface of the mmog OGame with a unlimited list of favourites ", "version": "1.0.0", "manifest_version": 3, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "\/assets\/AddSpy.png", "\/assets\/RemoveSpy.png" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/*" ], "css": [ "\/assets\/styles.css" ], "js": [ "index.js" ] }, { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=messages" ], "js": [ "add2spy.js" ] } ] } |