A series of Chrome extensions that leverage machine learning, web connection, and DOM manipulation to explore novel interactions of browsing the internet.
1. Co-browsing
Co-browsing is a Chrome extension that uses PeerJS and WebSocket to connect multiple users. When a user is connected, they will stream the screen around their mouse to other users. Likewise, a user can see other users’ screens through tiny windows. The window will follow each user’s mouse and always display the area around it.
The idea is that multiple people can browse the internet while seeing what each other is looking at concurrently.
Each user can customize their displayed name and color of the border in the pop-up of the extension. Their mouse position is also broadcasted to all useres. The mouse positions are used to crop the displayed area of each user.
2. Embodied Web
This extension has the capability to allow users’ body to interact with webpage elements. The idea is that users can wave their hands in front of the webcam and push elements that collide with their hands.
3. White Hole
This extension can wipe out all content on a website. When activated, it acts as a black hole at the center of the screen and sucks everything in.
4. 3D-fy Websites
This extension allows you to view websites from a three-dimensional perspective while still allowing you to interact with them directly. Some browsers have native support for 3D view, and some extensions can do that, too, but they often render the website in a separate window, and you can no longer interact directly with the website in the 3D view.