PolitEcho
Visualize the political leaning of your Facebook friends.
PolitEcho란 무엇입니까?
PolitEcho은(는) https://politecho.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visualize the political leaning of your Facebook friends."입니다.
확장 프로그램 스크린샷
PolitEcho 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Is your news feed a bubble? Find out how polarizing the content on your news feed is when compared to your friends as a whole. What is PolitEcho? PolitEcho shows you the political biases of your Facebook friends and news feed. The app assigns each of your friends a score based on our prediction of their political leanings then displays a graph of your friend list. Then it calculates the political bias in the content of your news feed and compares it with the bias of your friends list to highlight possible differences between the two. How do I use it? PolitEcho is a Google Chrome extension. Click on the button above to find PolitEcho’s Google Chrome store page and click the “Add to Chrome” button to install PolitEcho on your computer. Once it is installed, simply log into Facebook and click on the PolitEcho icon in your navigation bar to get started. What does PolitEcho do with my Facebook data? PolitEcho never sends your personal information to any external services, and your results stay private unless you choose to share them publicly. PolitEcho will need to look up some basic information from your news feed and friends list. In particular, it will examine what pages your friends have liked to estimate their political leaning and the sources for the posts on your news feed to figure out the relative bias of your news feed. All processing is done client-side, so data never leaves your computer. How does the political analysis work? Your friends' political ratings are based on the political Facebook pages they like. We compare your friends liked pages to a database of Facebook pages that have been rated for their liberal/conservative bias and then compute a score based on any matches. Hovering over a person's data point will show you the reasoning behind the app's prediction. PolitEcho is open source, check out the code at https://github.com/politecho/politecho Created by Sunny He, Zachary Liu, Vivian Mo, and Jonathan Zong at Facebook Global Hackathon Finals 2016. Contact us at [email protected].
확장 프로그램 기본 정보
이름 | PolitEcho |
ID | jcindbcjkekiofoogdiohbdleddkpbbm |
공식 URL | https://chromewebstore.google.com/detail/politecho/jcindbcjkekiofoogdiohbdleddkpbbm |
설명 | Visualize the political leaning of your Facebook friends. |
파일 크기 | 351 KB |
설치 횟수 | 7,796 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2017-03-20 |
출시 날짜 | 2017-03-20 |
평점 | 3.48/5 총 29 개의 평점 |
개발자 | https://politecho.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://politecho.org |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PolitEcho", "version": "1.0.4", "manifest_version": 2, "description": "Visualize the political leaning of your Facebook friends.", "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "icon128t.png" }, "background": { "scripts": [ "scoring.js", "jquery-3.1.1.min.js", "parse.js" ], "persistent": true }, "permissions": [ "tabs", "https:\/\/*.facebook.com\/*", "storage" ] } |