Anonymizer for Twitter
This plug-in anonymizes your Twitter feed.
Was ist Anonymizer for Twitter?
Anonymizer for Twitter ist eine Chrome-Erweiterung, die von Deena Khattab entwickelt wurde, und ihr Hauptmerkmal ist "This plug-in anonymizes your Twitter feed.".
Erweiterungsscreenshots
Anonymizer for Twitter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Anonymizer for Twitter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Anonymizer for Twitter |
ID | nnpnijoilikaoehhefkgnekmbpcaanfl |
Offizielle URL | https://chromewebstore.google.com/detail/anonymizer-for-twitter/nnpnijoilikaoehhefkgnekmbpcaanfl |
Beschreibung | This plug-in anonymizes your Twitter feed. |
Dateigröße | 747 KB |
Installationsanzahl | 18 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2014-12-12 |
Veröffentlichungsdatum | 2014-12-12 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | Deena Khattab |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |