Tools for Seterra speedrunners
Easily switch between different game parameters for Seterra.
Tools for Seterra speedrunners là gì?
Tools for Seterra speedrunners là một tiện ích mở rộng Chrome được phát triển bởi Luka Lazarević, và tính năng chính của nó là "Easily switch between different game parameters for Seterra.".
Ả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 Tools for Seterra speedrunners
Tải xuống các tệp mở rộng Tools for Seterra speedrunners 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
Set parameters once and every game link will open with them already set. You can also change game area size and it will sync between tabs. All options from Seterra's tips and tricks page are supported: https://www.geoguessr.com/seterra/en/p/tips-and-tricks If you like extension consider donating <3 : https://www.paypal.me/lukalazarevic For any suggestion or bug report contact me at: [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tools for Seterra speedrunners |
ID | olgfdbccpmfidgaeamgdbmbafnboffmm |
URL Chính Thức | https://chromewebstore.google.com/detail/tools-for-seterra-speedru/olgfdbccpmfidgaeamgdbmbafnboffmm |
Mô tả | Easily switch between different game parameters for Seterra. |
Kích Thước Tệp | 91.24 KB |
Số Lần Cài Đặt | 1,026 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2023-05-02 |
Ngày Phát Hành | 2022-02-25 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Luka Lazarević |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tools for Seterra speedrunners", "short_name": "Seterra Tools", "version": "1.0.5", "description": "Easily switch between different game parameters for Seterra.", "author": "Luka Lazarevi\u0107", "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/www.geoguessr.com\/seterra\/*\/vg*\/*", "https:\/\/www.geoguessr.com\/seterra\/*\/fl*\/*", "https:\/\/geoguessr.com\/seterra\/*\/vg*\/*", "https:\/\/geoguessr.com\/seterra\/*\/fl*\/*", "https:\/\/geoguessr.com\/vg*\/*", "https:\/\/geoguessr.com\/fl*\/*" ], "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "64": "icon\/icon64.png", "80": "icon\/icon80.png", "96": "icon\/icon96.png", "112": "icon\/icon112.png", "128": "icon\/icon128.png", "256": "icon\/icon256.png" }, "action": { "default_popup": "popup\/index.html", "default_title": "Tools for Seterra speedrunners" }, "content_scripts": [ { "matches": [ "https:\/\/www.geoguessr.com\/seterra\/*\/vg*\/*", "https:\/\/www.geoguessr.com\/seterra\/*\/fl*\/*", "https:\/\/geoguessr.com\/seterra\/*\/vg*\/*", "https:\/\/geoguessr.com\/seterra\/*\/fl*\/*", "https:\/\/geoguessr.com\/vg*\/*", "https:\/\/geoguessr.com\/fl*\/*" ], "js": [ "content_scripts\/index.js" ] } ], "background": { "service_worker": "background\/index.js" } } |