Anonymizer for Twitter
This plug-in anonymizes your Twitter feed.
Qu'est-ce que Anonymizer for Twitter ?
Anonymizer for Twitter est une extension Chrome développée par Deena Khattab, et sa fonction principale est "This plug-in anonymizes your Twitter feed.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Anonymizer for Twitter
Téléchargez les fichiers d'extension Anonymizer for Twitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Anonymizer for Twitter |
ID | nnpnijoilikaoehhefkgnekmbpcaanfl |
URL Officiel | https://chromewebstore.google.com/detail/anonymizer-for-twitter/nnpnijoilikaoehhefkgnekmbpcaanfl |
Description | This plug-in anonymizes your Twitter feed. |
Taille du Fichier | 747 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2014-12-12 |
Date de Publication | 2014-12-12 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | Deena Khattab |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |