Noisify
Add noise to your Facebook activity!
什么是Noisify?
Noisify是由Cathy Deng开发的Chrome扩展程序,该扩展的主要功能是“Add noise to your Facebook activity!”。
扩展截图
下载Noisify扩展crx文件
下载Noisify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |