Geoguessr country streak

Automatic country streak for geoguessr

Geoguessr country streakคืออะไร?

Geoguessr country streak เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roeizaidler และคุณลักษณะหลักของมันคือ "Automatic country streak for geoguessr"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Geoguessr country streak

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            ]
        }
    ]
}