OGame Random Activity

Automatically switch planets and moons within an interval of time.

OGame Random Activity란 무엇입니까?

OGame Random Activity은(는) Andrés에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically switch planets and moons within an interval of time."입니다.

확장 프로그램 스크린샷

screenshot

OGame Random Activity 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}