Noisify
Add noise to your Facebook activity!
Noisify là gì?
Noisify là một tiện ích mở rộng Chrome được phát triển bởi Cathy Deng, và tính năng chính của nó là "Add noise to your Facebook activity!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Noisify
Tải xuống các tệp mở rộng Noisify 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bbfcbcgligkinemdmioblgdffnlmihdg |
URL Chính Thức | https://chromewebstore.google.com/detail/noisify/bbfcbcgligkinemdmioblgdffnlmihdg |
Mô tả | Add noise to your Facebook activity! |
Kích Thước Tệp | 62.28 KB |
Số Lần Cài Đặt | 513 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2017-03-09 |
Ngày Phát Hành | 2017-03-09 |
Nhà Phát Triển | Cathy Deng |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.buzzfeed.com/openlab |
URL Trang Trợ Giúp | https://github.com/buzzfeed-openlab/noisify |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |