Anonymizer for Twitter

This plug-in anonymizes your Twitter feed.

Anonymizer for Twitterคืออะไร?

Anonymizer for Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Deena Khattab และคุณลักษณะหลักของมันคือ "This plug-in anonymizes your Twitter feed."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anonymizer for Twitter

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}