AlienworldBot

Alien worlds auto play

Wat is AlienworldBot?

AlienworldBot is een Chrome-extensie ontwikkeld door cleancodevietnam, en de belangrijkste functie is "Alien worlds auto play".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AlienworldBot

Download AlienworldBot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam AlienworldBot AlienworldBot
ID jlkefphdmkbkanpmfgeagdbfoogbjkje
Officiële URL https://chromewebstore.google.com/detail/alienworldbot/jlkefphdmkbkanpmfgeagdbfoogbjkje
Beschrijving Alien worlds auto play
Bestandsgrootte 83.19 KB
Aantal Installaties 1,454
Huidige Versie 0.4.1
Laatst Bijgewerkt 2023-12-09
Publicatiedatum 2022-03-22
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar cleancodevietnam
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}