Listening Back
This extension plays a synth sound whenever a cookie is written, overwritten or deleted.
¿Qué es Listening Back?
Listening Back es una extensión de Chrome desarrollada por https://jasmineguffond.com, y su función principal es "This extension plays a synth sound whenever a cookie is written, overwritten or deleted.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Listening Back
Descarga archivos de extensión Listening Back en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Listening Back sonifies internet cookies in real time as you browse online. Every time a cookie is inserted onto your computer, deleted from your computer or overwritten a sound is triggered. Signature sounds have been designed for the most commonly browsed platforms, e.g. Google, Facebook, YouTube, Amazon and more. The options interface allows one to change the pitch and volume of the cookie data in real time. By translating cookies into sound Listening Back provides an audible presence for hidden infrastructures that collect personal and identifying data by storing a file on one’s computer. Listening Back therefore functions to expose real-time digital surveillance and consequently the ways in which our everyday relationships to being surveilled have become normalised. Enjoy!
Información Básica de la Extensión
Nombre | |
ID | gdkmphlncmoloepkpifnhneogcliiiah |
URL Oficial | https://chromewebstore.google.com/detail/listening-back/gdkmphlncmoloepkpifnhneogcliiiah |
Descripción | This extension plays a synth sound whenever a cookie is written, overwritten or deleted. |
Tamaño del Archivo | 78.3 KB |
Cantidad de Instalaciones | 304 |
Versión Actual | 1.0.4 |
Última Actualización | 2019-12-19 |
Fecha de Publicación | 2019-12-10 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | https://jasmineguffond.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Listening Back", "version": "1.0.4", "manifest_version": 2, "description": "This extension plays a synth sound whenever a cookie is written, overwritten or deleted.", "homepage_url": "http:\/\/jasmineguffond.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": [], "default_locale": "en", "background": { "scripts": [ "js\/timbre.js", "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "storage", "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_ui": { "page": "options.html", "chrome_style": true } } |