Tools for Seterra speedrunners
Easily switch between different game parameters for Seterra.
Tools for Seterra speedrunners क्या है?
Tools for Seterra speedrunners Luka Lazarević द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily switch between different game parameters for Seterra."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tools for Seterra speedrunners एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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]
एक्सटेंशन की मूल जानकारी
नाम | Tools for Seterra speedrunners |
ID | olgfdbccpmfidgaeamgdbmbafnboffmm |
आधिकारिक URL | https://chromewebstore.google.com/detail/tools-for-seterra-speedru/olgfdbccpmfidgaeamgdbmbafnboffmm |
विवरण | Easily switch between different game parameters for Seterra. |
फ़ाइल का आकार | 91.24 KB |
स्थापना संख्या | 1,026 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2023-05-02 |
प्रकाशन तिथि | 2022-02-25 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | Luka Lazarević |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |