OGame Random Activity

Automatically switch planets and moons within an interval of time.

OGame Random Activity क्या है?

OGame Random Activity Andrés द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically switch planets and moons within an interval of time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OGame Random Activity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}