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文件

下載Geoguessr country streak擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}