GeoGuessr Tweaks
Some tweaks for GeoGuessr
GeoGuessr Tweaks क्या है?
GeoGuessr Tweaks https://latb.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Some tweaks for GeoGuessr"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GeoGuessr Tweaks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | jgclfnannohfeegmkfkcehhmhoplabjh |
| आधिकारिक URL | https://chromewebstore.google.com/detail/geoguessr-tweaks/jgclfnannohfeegmkfkcehhmhoplabjh |
| विवरण | Some tweaks for GeoGuessr |
| फ़ाइल का आकार | 2.13 MB |
| स्थापना संख्या | 1,152 |
| वर्तमान संस्करण | 0.38.1 |
| अंतिम अपडेट | 2023-10-20 |
| प्रकाशन तिथि | 2021-03-11 |
| रेटिंग | 4.25/5 कुल 4 रेटिंग्स |
| डेवलपर | https://latb.io |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | https://latb.io/geoguessr/geoguessr-tweaks/ |
| समर्थित भाषाएँ | 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"
} | |