OGame Random Activity
Automatically switch planets and moons within an interval of time.
OGame Random Activityとは何ですか?
OGame Random ActivityはAndrésによって開発されたChromeの拡張機能で、その主な機能は「Automatically switch planets and moons within an interval of time.」です。
拡張機能のスクリーンショット
OGame Random Activity拡張機能のCRXファイルをダウンロード
OGame Random Activity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Description: Automatically switch between planets 🌍 and moons 🌕 at timed intervals ⏰ to keep your account active and avoid unwanted attention. Stay alert, even while grabbing some 💤🤖 Enjoying the cosmic experience? Consider supporting the project with a donation in ETH! Your contributions keep the stars shining. 🚀✨ If you'd like to chip in, our ETH address is: 0x8688537ffc7078746d2e4dc1702e3428d53db83a Thank you for helping us explore new frontiers together!
拡張機能の基本情報
名前 | OGame Random Activity |
ID | kdpihbpmaadafcafgfpjigjcipegnckb |
公式URL | https://chromewebstore.google.com/detail/ogame-random-activity/kdpihbpmaadafcafgfpjigjcipegnckb |
説明 | Automatically switch planets and moons within an interval of time. |
ファイルサイズ | 69.09 KB |
インストール数 | 1,068 |
現在のバージョン | 1.4 |
最終更新日 | 2024-01-03 |
公開日 | 2020-01-07 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | Andrés |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OGame Random Activity", "version": "1.4", "description": "Automatically switch planets and moons within an interval of time.", "permissions": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=*", "storage" ], "content_scripts": [ { "css": [], "js": [ "jquery-3.3.1.min.js", "contentScript.js" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=*" ] } ], "icons": { "16": "icon-on.png", "48": "icon-on.png", "128": "icon-on.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "manifest_version": 2 } |