app
Adom Browser Extension
Public Made by Adomby adom
Your AI's hands in your real, signed-in browser. The Adom Browser Extension (abe) works with both Chrome and Edge: build, drive, and test web apps, and log past vendor walls, in the browser you already use - cookies, SSO, saved logins and captcha trust intact. The nbrowser_* bridge (pup's counterpart) runs in your actual logged-in profile.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
{
"status": "readonly",
"whoami": "readonly",
"ping": "readonly",
"dev_reload": "meta",
"open_window": "owned_implicit",
"close_window": "owned_implicit",
"switch_window": "owned_implicit",
"list_windows": "readonly",
"resync_sessions": "readonly",
"owned": "readonly",
"cleanup": "owned_implicit",
"force_close": "global",
"window_state": "owned_implicit",
"fullscreen": "owned_implicit",
"login_state": "readonly",
"clear_cookies": "global",
"rescan": "readonly",
"caption": "mutating",
"focus": "mutating",
"open_tab": "owned_implicit",
"close_tab": "mutating",
"switch_tab": "mutating",
"list_tabs": "readonly",
"navigate": "mutating",
"reload": "mutating",
"back": "mutating",
"forward": "mutating",
"wait": "readonly",
"wait_for": "mutating",
"keepalive": "owned_implicit",
"input_dispatch": "mutating",
"click": "mutating",
"select": "mutating",
"set_date": "mutating",
"totp": "mutating",
"download_wait": "readonly",
"type": "mutating",
"press_key": "mutating",
"hover": "mutating",
"double_click": "mutating",
"right_click": "mutating",
"handle_dialog": "mutating",
"login_form": "mutating",
"autologin": "mutating",
"cursor": "mutating",
"errors": "readonly",
"events": "readonly",
"fetch_url": "readonly",
"download": "global",
"record_start": "mutating",
"record_stop": "readonly",
"record_status": "readonly",
"record_list": "readonly",
"screenshot": "readonly",
"screenshot_full_res": "readonly",
"eval": "mutating",
"evaluate": "alias",
"set_file_input": "mutating"
}