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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}