Anonymizer for Twitter

This plug-in anonymizes your Twitter feed.

什么是Anonymizer for Twitter?

Anonymizer for Twitter是由Deena Khattab开发的Chrome扩展程序,该扩展的主要功能是“This plug-in anonymizes your Twitter feed.”。

扩展截图

screenshot

下载Anonymizer for Twitter扩展crx文件

下载Anonymizer for Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Anonymizer for Twitter Anonymizer for Twitter
ID nnpnijoilikaoehhefkgnekmbpcaanfl
官方URL https://chromewebstore.google.com/detail/anonymizer-for-twitter/nnpnijoilikaoehhefkgnekmbpcaanfl
简介 This plug-in anonymizes your Twitter feed.
文件大小 747 KB
安装次数 18
当前版本 1.1.2
更新时间 2014-12-12
上架时间 2014-12-12
评分 4.00/5 共1次评分
开发者 Deena Khattab
付费类型 free
支持的语言 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"
            ]
        }
    ]
}