Geoguessr Helper
A simple extension to help you play Geoguessr better.
Geoguessr Helperคืออะไร?
Geoguessr Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SkiingIsFun123 และคุณลักษณะหลักของมันคือ "A simple extension to help you play Geoguessr better."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Geoguessr Helper
ดาวน์โหลดไฟล์ส่วนขยาย Geoguessr Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension to help you play Geoguessr better. To use this extension, download it, open your round of Geoguessr, refresh the page, and then open the extension. From there, you can make a guess based on the information provided. Source code can be found here: https://github.com/SkiingIsFun123/Geoguessr-Helper
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Geoguessr Helper |
ID | khchhghekameiogaofnhchgadjaommli |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/geoguessr-helper/khchhghekameiogaofnhchgadjaommli |
คำอธิบาย | A simple extension to help you play Geoguessr better. |
ขนาดไฟล์ | 11.73 KB |
จำนวนการติดตั้ง | 831 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-09-21 |
วันที่เผยแพร่ | 2022-09-21 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | SkiingIsFun123 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Geoguessr Helper", "version": "1.0.0", "description": "A simple extension to help you play Geoguessr better.", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.geoguessr.com\/game\/*" ], "js": [ "content_script.js" ], "all_frames": true } ], "action": { "default_title": "Geoguessr Helper", "default_popup": "popup.html" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } } |