Listening Back

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

Listening Backとは何ですか?

Listening Backはhttps://jasmineguffond.comによって開発されたChromeの拡張機能で、その主な機能は「This extension plays a synth sound whenever a cookie is written, overwritten or deleted.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Listening Back拡張機能のCRXファイルをダウンロード

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
Eメール [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
    }
}