AlienworldBot

Alien worlds auto play

What is AlienworldBot?

AlienworldBot is a Chrome extension developed by cleancodevietnam, and its main feature is "Alien worlds auto play".

Extension Screenshots

screenshot

Download AlienworldBot Extension CRX File

Download AlienworldBot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Auto login wax wallet with authenticator.
Auto play to earn game alien worlds.
Auto approve and claim.
Donate w33ra.wam                    

Extension Basic Information

Name AlienworldBot AlienworldBot
ID jlkefphdmkbkanpmfgeagdbfoogbjkje
Official URL https://chromewebstore.google.com/detail/alienworldbot/jlkefphdmkbkanpmfgeagdbfoogbjkje
Description Alien worlds auto play
File Size 83.19 KB
Installation Count 1,454
Current Version 0.4.1
Last Updated 2023-12-09
Publish Date 2022-03-22
Rating 4.40/5 Total 5 Ratings
Developer cleancodevietnam
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AlienworldBot",
    "version": "0.4.1",
    "manifest_version": 3,
    "description": "Alien worlds auto play",
    "icons": {
        "16": "images\/logo16.ico",
        "48": "images\/logo48.ico"
    },
    "action": {
        "default_icon": {
            "19": "images\/logo16.ico",
            "38": "images\/logo48.ico"
        },
        "default_title": "Alien worlds auto play",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.alienworlds.io\/*",
                "https:\/\/all-access.wax.io\/*",
                "https:\/\/www.mycloudwallet.com\/*",
                "https:\/\/wallet.wax.io\/*"
            ],
            "js": [
                "scripts\/jquery-3.6.0.min.js",
                "scripts\/content.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ]
}