wind chimes
A breeze of packets blowing through chimes
What is wind chimes?
wind chimes is a Chrome extension developed by mbeasl1, and its main feature is "A breeze of packets blowing through chimes".
Extension Screenshots
Download wind chimes Extension CRX File
Download wind chimes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension is playful experiment to make your experience of the web more tactile. As you browse with the extension enabled, it utilizes the network traffic between your browser and servers on the web, sonifying them as they happen. Each server response gets converted into a chime sound, the bigger the response (e.g. images, video) the deeper the chime. The end result makes the web feel more material and living.
Extension Basic Information
Name | wind chimes |
ID | dadehopbkliipikkhepkaoifjjbmogge |
Official URL | https://chromewebstore.google.com/detail/wind-chimes/dadehopbkliipikkhepkaoifjjbmogge |
Description | A breeze of packets blowing through chimes |
File Size | 6.68 MB |
Installation Count | 114 |
Current Version | 0.4 |
Last Updated | 2021-12-28 |
Publish Date | 2021-09-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mbeasl1 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "wind chimes", "manifest_version": 2, "version": "0.4", "description": "A breeze of packets blowing through chimes", "browser_action": { "default_popup": "volume.html" }, "permissions": [ "webRequest", "activeTab", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "node_modules\/tone\/build\/Tone.js", "chimes.js" ], "persistent": true } } |