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."입니다.
확장 프로그램 스크린샷
Listening Back 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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!
확장 프로그램 기본 정보
이름 | |
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 } } |