Anonymizer for Twitter
This plug-in anonymizes your Twitter feed.
Apa itu Anonymizer for Twitter?
Anonymizer for Twitter adalah ekstensi Chrome yang dikembangkan oleh Deena Khattab, dan fitur utamanya adalah "This plug-in anonymizes your Twitter feed.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Anonymizer for Twitter
Unduh file ekstensi Anonymizer for Twitter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Anonymizer for Twitter |
ID | nnpnijoilikaoehhefkgnekmbpcaanfl |
URL Resmi | https://chromewebstore.google.com/detail/anonymizer-for-twitter/nnpnijoilikaoehhefkgnekmbpcaanfl |
Deskripsi | This plug-in anonymizes your Twitter feed. |
Ukuran File | 747 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2014-12-12 |
Tanggal Publikasi | 2014-12-12 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | Deena Khattab |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |