OGame Random Activity
Automatically switch planets and moons within an interval of time.
Τι είναι το OGame Random Activity;
Το OGame Random Activity είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andrés, και η κύρια λειτουργία του είναι "Automatically switch planets and moons within an interval of time.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OGame Random Activity
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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 } |