OGame Random Activity

Automatically switch planets and moons within an interval of time.

Cos'è OGame Random Activity?

OGame Random Activity è un'estensione di Chrome sviluppata da Andrés, e la sua funzione principale è "Automatically switch planets and moons within an interval of time.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OGame Random Activity

Scarica i file di estensione OGame Random Activity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome OGame Random Activity OGame Random Activity
ID kdpihbpmaadafcafgfpjigjcipegnckb
URL Ufficiale https://chromewebstore.google.com/detail/ogame-random-activity/kdpihbpmaadafcafgfpjigjcipegnckb
Descrizione Automatically switch planets and moons within an interval of time.
Dimensione del File 69.09 KB
Conteggio Installazioni 1,068
Versione Corrente 1.4
Ultimo Aggiornamento 2024-01-03
Data di Pubblicazione 2020-01-07
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Andrés
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}