{ "id": "6766f2b8-8a72-417f-a9e5-56fcaa735837", "snapshot": "chrome", "instruction": "Could you help me install the unpacked extension at /home/user/Desktop/ in Chrome?", "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://drive.google.com/uc?id=1t-6Qrpgox0UvqQ0EAhkCnSV8Rqsp4cMF&export=download", "path":"/home/user/Desktop/helloExtension.zip" } ] } }, { "type": "execute", "parameters": { "command": "echo password | sudo -S apt-get update -y && echo 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" } } } }