Geoguessr - Better Leaderboard
Enchanced features for the Geoguessr Challenges Leaderboard
Geoguessr - Better Leaderboardคืออะไร?
Geoguessr - Better Leaderboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Han75 และคุณลักษณะหลักของมันคือ "Enchanced features for the Geoguessr Challenges Leaderboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Geoguessr - Better Leaderboard
ดาวน์โหลดไฟล์ส่วนขยาย Geoguessr - Better Leaderboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |