OGame Random Activity
Automatically switch planets and moons within an interval of time.
Qu'est-ce que OGame Random Activity ?
OGame Random Activity est une extension Chrome développée par Andrés, et sa fonction principale est "Automatically switch planets and moons within an interval of time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OGame Random Activity
Téléchargez les fichiers d'extension OGame Random Activity au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | OGame Random Activity |
ID | kdpihbpmaadafcafgfpjigjcipegnckb |
URL Officiel | https://chromewebstore.google.com/detail/ogame-random-activity/kdpihbpmaadafcafgfpjigjcipegnckb |
Description | Automatically switch planets and moons within an interval of time. |
Taille du Fichier | 69.09 KB |
Nombre d'Installations | 1,068 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2024-01-03 |
Date de Publication | 2020-01-07 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | Andrés |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |