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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}