Geoguessr country streak
Automatic country streak for geoguessr
什么是Geoguessr country streak?
Geoguessr country streak是由roeizaidler开发的Chrome扩展程序,该扩展的主要功能是“Automatic country streak for geoguessr”。
扩展截图
下载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
扩展基本信息
名称 | ![]() |
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" ] } ] } |