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 |
Eメール | [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" ] } ] } |