Noisify
Add noise to your Facebook activity!
Cos'è Noisify?
Noisify è un'estensione di Chrome sviluppata da Cathy Deng, e la sua funzione principale è "Add noise to your Facebook activity!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Noisify
Scarica i file di estensione Noisify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | bbfcbcgligkinemdmioblgdffnlmihdg |
URL Ufficiale | https://chromewebstore.google.com/detail/noisify/bbfcbcgligkinemdmioblgdffnlmihdg |
Descrizione | Add noise to your Facebook activity! |
Dimensione del File | 62.28 KB |
Conteggio Installazioni | 513 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2017-03-09 |
Data di Pubblicazione | 2017-03-09 |
Sviluppatore | Cathy Deng |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.buzzfeed.com/openlab |
URL della Pagina di Aiuto | https://github.com/buzzfeed-openlab/noisify |
Lingue Supportate | 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" ] } |