GeoGuessr Cheat
An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…
GeoGuessr Cheat란 무엇입니까?
GeoGuessr Cheat은(는) Finn Development에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…"입니다.
확장 프로그램 스크린샷
GeoGuessr Cheat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not believe cheating benefits anyone in any way and thus forth this chrom extension does not work in battle royale as to disadvantage other players, This only works in solo games or games with friends It is really simple to use but please remember to refresh the page every new round or it wont show the updated location
확장 프로그램 기본 정보
이름 | GeoGuessr Cheat |
ID | jkpglfaifjkpnbfephoenfbaejdgnjii |
공식 URL | https://chromewebstore.google.com/detail/geoguessr-cheat/jkpglfaifjkpnbfephoenfbaejdgnjii |
설명 | An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not… |
파일 크기 | 4.97 KB |
설치 횟수 | 9,438 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-07-13 |
출시 날짜 | 2021-07-13 |
평점 | 2.75/5 총 8 개의 평점 |
개발자 | Finn Development |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GeoGuessr Cheat", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*.geoguessr.com\/*", "https:\/\/*.geoguessr.com\/*" ], "js": [ "server.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "GeoGuessr Cheat" }, "permissions": [ "activeTab" ] } |