OGame Random Activity

Automatically switch planets and moons within an interval of time.

¿Qué es OGame Random Activity?

OGame Random Activity es una extensión de Chrome desarrollada por Andrés, y su función principal es "Automatically switch planets and moons within an interval of time.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión OGame Random Activity

Descarga archivos de extensión OGame Random Activity en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre OGame Random Activity OGame Random Activity
ID kdpihbpmaadafcafgfpjigjcipegnckb
URL Oficial https://chromewebstore.google.com/detail/ogame-random-activity/kdpihbpmaadafcafgfpjigjcipegnckb
Descripción Automatically switch planets and moons within an interval of time.
Tamaño del Archivo 69.09 KB
Cantidad de Instalaciones 1,068
Versión Actual 1.4
Última Actualización 2024-01-03
Fecha de Publicación 2020-01-07
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador Andrés
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}