Listening Back

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

Listening Back là gì?

Listening Back là một tiện ích mở rộng Chrome được phát triển bởi https://jasmineguffond.com, và tính năng chính của nó là "This extension plays a synth sound whenever a cookie is written, overwritten or deleted.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Listening Back

Tải xuống các tệp mở rộng Listening Back dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Listening Back Listening Back
ID gdkmphlncmoloepkpifnhneogcliiiah
URL Chính Thức https://chromewebstore.google.com/detail/listening-back/gdkmphlncmoloepkpifnhneogcliiiah
Mô tả This extension plays a synth sound whenever a cookie is written, overwritten or deleted.
Kích Thước Tệp 78.3 KB
Số Lần Cài Đặt 304
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2019-12-19
Ngày Phát Hành 2019-12-10
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://jasmineguffond.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}