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.".

Снимки экрана расширения

screenshot

Скачать файл 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 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
}