Balancer
Analyzes your newsreading history, shows your balance.
O que é Balancer?
Balancer é uma extensão do Chrome desenvolvida por http://balancestudy.org/balancer, e sua principal característica é "Analyzes your newsreading history, shows your balance.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Balancer
Baixe arquivos de extensão Balancer 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
Balancer analyses your web browsing to show you the political slant of your reading history. If you get way out of balance, we may even give you reading suggestions. HOW IT WORKS Balancer classifies pages based on their address: does this source tend to get linked to by mostly liberals or conservatives? Is it regularly visited by liberals, conservatives, or a mix? This is imperfect, but in aggregate, it's pretty good. YOU SHOULD KNOW This is a research project. Balancer transmits a portion of your browsing history — sites matching a list of known news sites — to us. We do not ask for any personally identifiable information and cannot link your history back to you, only to your extension. After you install the extension, you'll be asked to complete a brief (4 minute) survey. This helps us with our research. You may stop participation at any time by uninstalling the extension. If you have questions, you can email us at [email protected].
Informações Básicas da Extensão
Nome | |
ID | ildjajkfehjgdjjjpmliojhcpemgieob |
URL Oficial | https://chrome.google.com/webstore/detail/balancer/ildjajkfehjgdjjjpmliojhcpemgieob |
Descrição | Analyzes your newsreading history, shows your balance. |
Tamanho do Arquivo | 416 KB |
Contagem de Instalações | 143 |
Versão Atual | 0.6.4 |
Última Atualização | 2015-06-04 |
Data de Publicação | 2015-06-04 |
Classificação | 2.50/5 Total de 6 Avaliações |
Desenvolvedor | http://balancestudy.org/balancer |
Tipo de Pagamento | free |
Site da Extensão | http://balancestudy.org/balancer/ |
URL da Página de Ajuda | http://balancestudy.org/faq.php |
Idiomas Suportados | en-US |
manifest.json | |
{ "name": "Balancer", "short_name": "Balancer", "version": "0.6.4", "description": "Analyzes your newsreading history, shows your balance.", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": ".\/icons\/noarticles_19.png", "38": ".\/icons\/noarticles_38.png" }, "default_title": "My BALANCE", "default_popup": "history.html" }, "content_scripts": [ { "matches": [ "http:\/\/balancestudy.org\/*", "https:\/\/balancestudy.org\/*", "http:\/\/www.balancestudy.org\/*", "https:\/\/www.balancestudy.org\/*" ], "js": [ "insertinfo.js" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/www.balancestudy.org\/*", "https:\/\/balancestudy.org\/*", "http:\/\/balancestudy.org\/*", "history", "tabs", "storage" ], "icons": { "16": ".\/icn\/icon16.png", "48": ".\/icn\/icon48.png", "128": ".\/icn\/icon128.png" }, "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |