Geoguessr - Better Leaderboard

Enchanced features for the Geoguessr Challenges Leaderboard

Geoguessr - Better Leaderboard란 무엇입니까?

Geoguessr - Better Leaderboard은(는) Han75에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enchanced features for the Geoguessr Challenges Leaderboard"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Geoguessr - Better Leaderboard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Better Leaderboard: QOL improvements for GeoGuesser Challenge Scoreboard.

Better Leaderboard improves the functionality of the GeoGuessr leaderboard. It works on all GeoGuessr challenges(geoguessr.com/challenge/). 

Features: 
1) View how many users played a challenge
2) View scores from all verified users.
2) Search the scoreboard by username or by rank
3) Search a custom player range
4) Export all challenge data as a .json file

If you're having trouble, please let me know about your issue and I will be happy to help.
--Changelog
Version 1.4.5:
  - Gave the extension a style refresh made internal changes. Let me know how you like it!
  - Now selling verified badges for $8 a month (JK lol)
Version 1.4.1: 
  - Better Leaderboard now displays results in your unit of choice, not just imperial
Version 1.4:
  -Fixed bug where if more than 6000 users played a challenge, only the first 6000 users would be found (new max is 10000)
  -Increased max search range to 200(previously 50)
  -Added only show verified users feature, added verified badge.
  -Added metadata to data export feature. 
  -Total distance is now shown in miles, yds and total time is shown.                    

확장 프로그램 기본 정보

이름 Geoguessr - Better Leaderboard Geoguessr - Better Leaderboard
ID jfipnkcdgkdndjndmkkcbmnlminnlfbn
공식 URL https://chromewebstore.google.com/detail/geoguessr-better-leaderbo/jfipnkcdgkdndjndmkkcbmnlminnlfbn
설명 Enchanced features for the Geoguessr Challenges Leaderboard
파일 크기 1.28 MB
설치 횟수 73
현재 버전 1.4.5
최근 업데이트 2022-12-07
출시 날짜 2022-10-24
평점 5.00/5 총 1 개의 평점
개발자 Han75
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Geoguessr - Better Leaderboard",
    "version": "1.4.5",
    "description": "Enchanced features for the Geoguessr Challenges Leaderboard",
    "content_scripts": [
        {
            "js": [
                "externals\/jquery-latest.js",
                "externals\/plotly-2.16.1.min.js",
                "externals\/waitforkeyelements.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.geoguessr.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon.png"
    }
}