{ "id": "6766f2b8-8a72-417f-a9e5-56fcaa735837", "snapshot": "chrome", "instruction": "Could you help me unzip the downloaded extension file from /home/user/Desktop/ to /home/user/Desktop/ and configure it in Chrome's extensions?", "source": "https://support.google.com/chrome/thread/205881926/it-s-possible-to-load-unpacked-extension-automatically-in-chrome?hl=en", "config": [ { "type": "download", "parameters": { "files": [ { "url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/chrome/6766f2b8-8a72-417f-a9e5-56fcaa735837/helloExtension.zip", "path": "/home/user/Desktop/helloExtension.zip" } ] } }, { "type": "execute", "parameters": { "command": "echo {CLIENT_PASSWORD} | sudo -S apt-get update -y && echo {CLIENT_PASSWORD} | sudo -S apt-get install unzip -y && unzip /home/user/Desktop/helloExtension.zip -d /home/user/Desktop/ && rm /home/user/Desktop/helloExtension.zip", "shell": true } }, { "type": "launch", "parameters": { "command": [ "google-chrome", "--remote-debugging-port=1337" ] } }, { "type": "launch", "parameters": { "command": [ "socat", "tcp-listen:9222,fork", "tcp:localhost:1337" ] } } ], "trajectory": "trajectories/", "related_apps": [ "chrome" ], "evaluator": { "func": "is_in_list", "result": { "type": "find_unpacked_extension_path" }, "expected": { "type": "rule", "rules": { "expected": "/home/user/Desktop/helloExtension" } } }, "proxy": false, "fixed_ip": false, "possibility_of_env_change": "low" }