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
官方網址 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"
            ]
        }
    ]
}