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"
            ]
        }
    ]
}