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."입니다.
확장 프로그램 스크린샷
Anonymizer for Twitter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |