GeoGuessr Enhancer

Improve your game experience on GeoGuessr

什么是GeoGuessr Enhancer?

GeoGuessr Enhancer是由Lezd开发的Chrome扩展程序,该扩展的主要功能是“Improve your game experience on GeoGuessr”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载GeoGuessr Enhancer扩展crx文件

下载GeoGuessr Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The best extension to improve your skills on GeoGuessr 🗺️

🚨 NEW: Take screenshots from in-game (helpful for foreign language you can't write) 🚨

☄️Features
      📘 Take notes directly from the game
      🤬 Blurs the avatars + censors nicknames of your opponents in Battle Royal
      🎨 Change colors on the website to customize your experience

☄️About the notes
      The "notes" tab is movable and resizable
      Easy to open/close

🔧How to customize
      Click on the logo of the extension at the top right-hand corner of the chrome tab to make appear the popup, from this popup you will be able to customize multiple features.

↩️ Give a feedback
      You can give a feedback, report a bug or suggest improvments here :
https://airtable.com/shrM8vl13EMNZAhjp                    

扩展基本信息

名称 GeoGuessr Enhancer GeoGuessr Enhancer
ID ajnpfenkneeahpbkcpbiclbckgiogbbb
官方URL https://chrome.google.com/webstore/detail/geoguessr-enhancer/ajnpfenkneeahpbkcpbiclbckgiogbbb
简介 Improve your game experience on GeoGuessr
文件大小 109 KB
安装次数 1,354
当前版本 2.0.9
更新时间 2022-01-25
上架时间 2020-09-02
评分 5.00/5 共3次评分
开发者 Lezd
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/LezdCS/GeoGuessr-enhancer
帮助页面URL https://twitter.com/LezdCS
支持的语言 de,en,en-GB,en-US,fr,ca,da,pl,cs,bg,ru,bn,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.9",
    "author": "Lezd",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "16": "src\/icons\/icon16.png",
        "48": "src\/icons\/icon48.png",
        "128": "src\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [
        "storage",
        "scripting",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/br_blur.css",
                "src\/images\/black_background.jpg"
            ],
            "matches": [
                "*:\/\/*.geoguessr.com\/*"
            ]
        }
    ]
}