Anonymizer for Twitter
This plug-in anonymizes your Twitter feed.
O que é Anonymizer for Twitter?
Anonymizer for Twitter é uma extensão do Chrome desenvolvida por Deena Khattab, e sua principal característica é "This plug-in anonymizes your Twitter feed.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Anonymizer for Twitter
Baixe arquivos de extensão Anonymizer for Twitter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Anonymizer for Twitter |
ID | nnpnijoilikaoehhefkgnekmbpcaanfl |
URL Oficial | https://chromewebstore.google.com/detail/anonymizer-for-twitter/nnpnijoilikaoehhefkgnekmbpcaanfl |
Descrição | This plug-in anonymizes your Twitter feed. |
Tamanho do Arquivo | 747 KB |
Contagem de Instalações | 18 |
Versão Atual | 1.1.2 |
Última Atualização | 2014-12-12 |
Data de Publicação | 2014-12-12 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | Deena Khattab |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |