Listening Back

This extension plays a synth sound whenever a cookie is written, overwritten or deleted.

Qu'est-ce que Listening Back ?

Listening Back est une extension Chrome développée par https://jasmineguffond.com, et sa fonction principale est "This extension plays a synth sound whenever a cookie is written, overwritten or deleted.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Listening Back

Téléchargez les fichiers d'extension Listening Back au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Listening Back Listening Back
ID gdkmphlncmoloepkpifnhneogcliiiah
URL Officiel https://chromewebstore.google.com/detail/listening-back/gdkmphlncmoloepkpifnhneogcliiiah
Description This extension plays a synth sound whenever a cookie is written, overwritten or deleted.
Taille du Fichier 78.3 KB
Nombre d'Installations 304
Version Actuelle 1.0.4
Dernière Mise à Jour 2019-12-19
Date de Publication 2019-12-10
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://jasmineguffond.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}