Listening Back
This extension plays a synth sound whenever a cookie is written, overwritten or deleted.
Was ist Listening Back?
Listening Back ist eine Chrome-Erweiterung, die von https://jasmineguffond.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension plays a synth sound whenever a cookie is written, overwritten or deleted.".
Erweiterungsscreenshots
Listening Back-Erweiterungs-CRX-Datei herunterladen
Laden Sie Listening Back-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | gdkmphlncmoloepkpifnhneogcliiiah |
Offizielle URL | https://chromewebstore.google.com/detail/listening-back/gdkmphlncmoloepkpifnhneogcliiiah |
Beschreibung | This extension plays a synth sound whenever a cookie is written, overwritten or deleted. |
Dateigröße | 78.3 KB |
Installationsanzahl | 304 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2019-12-19 |
Veröffentlichungsdatum | 2019-12-10 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://jasmineguffond.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |