Listening Back

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

O que é Listening Back?

Listening Back é uma extensão do Chrome desenvolvida por https://jasmineguffond.com, e sua principal característica é "This extension plays a synth sound whenever a cookie is written, overwritten or deleted.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Listening Back

Baixe arquivos de extensão Listening Back no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Listening Back Listening Back
ID gdkmphlncmoloepkpifnhneogcliiiah
URL Oficial https://chromewebstore.google.com/detail/listening-back/gdkmphlncmoloepkpifnhneogcliiiah
Descrição This extension plays a synth sound whenever a cookie is written, overwritten or deleted.
Tamanho do Arquivo 78.3 KB
Contagem de Instalações 304
Versão Atual 1.0.4
Última Atualização 2019-12-19
Data de Publicação 2019-12-10
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://jasmineguffond.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
    }
}