OGame Random Activity
Automatically switch planets and moons within an interval of time.
Was ist OGame Random Activity?
OGame Random Activity ist eine Chrome-Erweiterung, die von Andrés entwickelt wurde, und ihr Hauptmerkmal ist "Automatically switch planets and moons within an interval of time.".
Erweiterungsscreenshots
OGame Random Activity-Erweiterungs-CRX-Datei herunterladen
Laden Sie OGame Random Activity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | OGame Random Activity |
ID | kdpihbpmaadafcafgfpjigjcipegnckb |
Offizielle URL | https://chromewebstore.google.com/detail/ogame-random-activity/kdpihbpmaadafcafgfpjigjcipegnckb |
Beschreibung | Automatically switch planets and moons within an interval of time. |
Dateigröße | 69.09 KB |
Installationsanzahl | 1,068 |
Aktuelle Version | 1.4 |
Letztes Update | 2024-01-03 |
Veröffentlichungsdatum | 2020-01-07 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | Andrés |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |