Listening Back

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

Τι είναι το Listening Back;

Το Listening Back είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://jasmineguffond.com, και η κύρια λειτουργία του είναι "This extension plays a synth sound whenever a cookie is written, overwritten or deleted.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Listening Back

Λήψη αρχείων επέκτασης Listening Back σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Listening Back Listening Back
ID gdkmphlncmoloepkpifnhneogcliiiah
Επίσημο URL https://chromewebstore.google.com/detail/listening-back/gdkmphlncmoloepkpifnhneogcliiiah
Περιγραφή This extension plays a synth sound whenever a cookie is written, overwritten or deleted.
Μέγεθος Αρχείου 78.3 KB
Αριθμός Εγκαταστάσεων 304
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2019-12-19
Ημερομηνία Δημοσίευσης 2019-12-10
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://jasmineguffond.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
    }
}