Listening Back

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

Listening Back क्या है?

Listening Back https://jasmineguffond.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension plays a synth sound whenever a cookie is written, overwritten or deleted."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Listening Back एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}