Noisify
Add noise to your Facebook activity!
Noisify란 무엇입니까?
Noisify은(는) Cathy Deng에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add noise to your Facebook activity!"입니다.
확장 프로그램 스크린샷
Noisify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Facebook knows a lot about you. In addition to the things you consciously post for your friends to see, Facebook also tracks your *behavior* - what you search for and what you click on. Facebook uses this data to piece together a picture of who you are. If you're kind of creeped out by this, but also don't want to boycott Facebook entirely - Noisify is for you! This extension regularly updates the placeholder text in your Facebook search bar. It nudges you to add noise to your "digital footprints" by searching for random interests and names. Maybe you'll find something random and delightful! Or, maybe you'll start getting weirder ads. This is an art project from the BuzzFeed Open Lab. Code: https://github.com/buzzfeed-openlab/noisify
확장 프로그램 기본 정보
이름 | |
ID | bbfcbcgligkinemdmioblgdffnlmihdg |
공식 URL | https://chromewebstore.google.com/detail/noisify/bbfcbcgligkinemdmioblgdffnlmihdg |
설명 | Add noise to your Facebook activity! |
파일 크기 | 62.28 KB |
설치 횟수 | 513 |
현재 버전 | 0.1 |
최근 업데이트 | 2017-03-09 |
출시 날짜 | 2017-03-09 |
개발자 | Cathy Deng |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.buzzfeed.com/openlab |
도움말 페이지 URL | https://github.com/buzzfeed-openlab/noisify |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Noisify", "description": "Add noise to your Facebook activity!", "author": "Cathy Deng", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery-3.1.1.min.js", "content.js" ] } ], "homepage_url": "https:\/\/www.buzzfeed.com\/openlab", "icons": { "16": "icon16.png", "128": "icon128.png" }, "web_accessible_resources": [ "word_collection.txt" ] } |