Geoguessr country streak

Automatic country streak for geoguessr

Geoguessr country streak란 무엇입니까?

Geoguessr country streak은(는) roeizaidler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatic country streak for geoguessr"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Geoguessr country streak 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An automatic country streak for geoguessr. incase you encounter any bugs you can manually set the streak.

Controls:

Press 8 to bring back your streak(and add 1)

Press 1 to increase the streak by 1

Press 2 to decrease the streak by 1

Press 0 to reset the streak back to 0                    

확장 프로그램 기본 정보

이름 Geoguessr country streak Geoguessr country streak
ID ihegeajgogbngaohbblapefiaoddkaaa
공식 URL https://chrome.google.com/webstore/detail/geoguessr-country-streak/ihegeajgogbngaohbblapefiaoddkaaa
설명 Automatic country streak for geoguessr
파일 크기 6.05 KB
설치 횟수 459
현재 버전 1.0
최근 업데이트 2020-07-17
출시 날짜 2020-07-13
평점 1.00/5 총 5 개의 평점
개발자 roeizaidler
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geoguessr country streak",
    "version": "1.0",
    "description": "Automatic country streak for geoguessr",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.geoguessr.com\/game\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}