GeoGuessr Tweaks
Some tweaks for GeoGuessr
GeoGuessr Tweaks là gì?
GeoGuessr Tweaks là một tiện ích mở rộng Chrome được phát triển bởi https://latb.io, và tính năng chính của nó là "Some tweaks for GeoGuessr".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GeoGuessr Tweaks
Tải xuống các tệp mở rộng GeoGuessr Tweaks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension add some tweaks to GeoGuessr
Maps:
Display a map scale in an external window and export the boundaries
Generate games, challenges and streaks with personalised settings
Edit a map
Generate seeds in a specific order
Results analysis:
Open points of a game in a Google Street View window with the correct orientation
Display leaderboard in an external window with additional details and options
Show the seed of the game and generate a new map out of it
Quizzes:
Edit a quiz
Display leaderboard in an external window with additional details and options
Others:
Display your game history in an external window with additional details and options
Display:
Blur links, nicks and avatars Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | jgclfnannohfeegmkfkcehhmhoplabjh |
| URL Chính Thức | https://chromewebstore.google.com/detail/geoguessr-tweaks/jgclfnannohfeegmkfkcehhmhoplabjh |
| Mô tả | Some tweaks for GeoGuessr |
| Kích Thước Tệp | 2.13 MB |
| Số Lần Cài Đặt | 1,152 |
| Phiên Bản Hiện Tại | 0.38.1 |
| Cập Nhật Lần Cuối | 2023-10-20 |
| Ngày Phát Hành | 2021-03-11 |
| Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
| Nhà Phát Triển | https://latb.io |
| [email protected] | |
| Loại Thanh Toán | free |
| Trang Web Mở Rộng | https://latb.io/geoguessr/geoguessr-tweaks/ |
| Ngôn Ngữ Được Hỗ Trợ | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs\/HR2mzT4Lu1f8sVM2CbUAttgwOSX3br6QLIhqEEQdIAzwW6G6x3Iun6gFn5jSLXxnkGOZXvi8EkKiNfls5HN3W2icq\/z5SroF5OMbczBgG61HmLDNDNN\/RwqlxENfIVKszzX8A713lYbT1qfz6HYy9iWtn4hgy4xOkaRO5c\/mcqaJmp9yqTkepLvv2KhBTKwAQb14+wskqkHNvdG26TxNSvHFNNXApHrH7dmmJSWh59URGHrW9gv2eGdFcEhPxWTRp7T1tHSJqu31TPNDCLZBOFGD6PxtzZy5yKmIO+YJOJQ91reDimp2HXn\/\/2imD1YTp8Cq\/TCR0AtPIxeAfQzwIDAQAB",
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"version": "0.38.1",
"author": "Nicolas",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_locale": "en",
"permissions": [
"tabs",
"storage",
"unlimitedStorage"
],
"host_permissions": [
"https:\/\/www.geoguessr.com\/*",
"https:\/\/game-server.geoguessr.com\/*"
],
"optional_permissions": [
"clipboardRead"
],
"action": {
"default_popup": "src\/popup.html"
},
"options_ui": {
"page": "src\/options.html",
"open_in_tab": false
},
"content_scripts": [
{
"js": [
"scripts\/content_styles.js",
"scripts\/content_actions.js"
],
"matches": [
"https:\/\/www.geoguessr.com\/*"
]
}
],
"incognito": "split"
} | |