Anonymizer for Twitter
This plug-in anonymizes your Twitter feed.
Cos'è Anonymizer for Twitter?
Anonymizer for Twitter è un'estensione di Chrome sviluppata da Deena Khattab, e la sua funzione principale è "This plug-in anonymizes your Twitter feed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Anonymizer for Twitter
Scarica i file di estensione Anonymizer for Twitter 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
Twitter markets itself as wholly democratic, but whether you are conscious of it or not, you assign differing amounts of credibility to tweets based on who publishes them. What would happen if your Twitter feed, normally a combination of these things, was anonymized so that you had no idea where each tweet came from? The idea behind Anonymizer for Twitter is that all content should be evaluated at face value. The validity of a 140-character tweet shouldn’t be determined by its source, but by the information that is being broadcasted to the interwebs. Download Anonymizer for Twitter only if you are ready to challenge your notion of what a tweet means, and ask yourself how you determine credibility on this modern-day aggregator of media.
Informazioni di Base sull'Estensione
Nome | Anonymizer for Twitter |
ID | nnpnijoilikaoehhefkgnekmbpcaanfl |
URL Ufficiale | https://chromewebstore.google.com/detail/anonymizer-for-twitter/nnpnijoilikaoehhefkgnekmbpcaanfl |
Descrizione | This plug-in anonymizes your Twitter feed. |
Dimensione del File | 747 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2014-12-12 |
Data di Pubblicazione | 2014-12-12 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | Deena Khattab |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anonymizer for Twitter", "description": "This plug-in anonymizes your Twitter feed.", "version": "1.1.2", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "twatter.css" ] } ] } |