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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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