AlienworldBot
Alien worlds auto play
Vad är AlienworldBot?
AlienworldBot är en Chrome-tillägg utvecklad av cleancodevietnam, och dess huvudfunktion är "Alien worlds auto play".
Tilläggsskärmbilder
Ladda ner AlienworldBot-förlängningens CRX-fil
Ladda ner AlienworldBot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Auto login wax wallet with authenticator. Auto play to earn game alien worlds. Auto approve and claim. Donate w33ra.wam
Grundläggande Information om Tillägg
Namn | AlienworldBot |
ID | jlkefphdmkbkanpmfgeagdbfoogbjkje |
Officiell webbadress | https://chromewebstore.google.com/detail/alienworldbot/jlkefphdmkbkanpmfgeagdbfoogbjkje |
Beskrivning | Alien worlds auto play |
Filstorlek | 83.19 KB |
Antal Installationer | 1,454 |
Aktuell Version | 0.4.1 |
Senast Uppdaterad | 2023-12-09 |
Publiceringsdatum | 2022-03-22 |
Betyg | 4.40/5 Totalt 5 Betyg |
Utvecklare | cleancodevietnam |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |