Anonymizer for Twitter
This plug-in anonymizes your Twitter feed.
What is Anonymizer for Twitter?
Anonymizer for Twitter is a Chrome extension developed by Deena Khattab, and its main feature is "This plug-in anonymizes your Twitter feed.".
Extension Screenshots
Download Anonymizer for Twitter Extension CRX File
Download Anonymizer for Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Anonymizer for Twitter |
ID | nnpnijoilikaoehhefkgnekmbpcaanfl |
Official URL | https://chromewebstore.google.com/detail/anonymizer-for-twitter/nnpnijoilikaoehhefkgnekmbpcaanfl |
Description | This plug-in anonymizes your Twitter feed. |
File Size | 747 KB |
Installation Count | 18 |
Current Version | 1.1.2 |
Last Updated | 2014-12-12 |
Publish Date | 2014-12-12 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Deena Khattab |
Payment Type | free |
Supported Languages | 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" ] } ] } |