Instant Snopes Checker (Unofficial)
Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.
O que é Instant Snopes Checker (Unofficial)?
Instant Snopes Checker (Unofficial) é uma extensão do Chrome desenvolvida por digitalbits, e sua principal característica é "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Instant Snopes Checker (Unofficial)
Baixe arquivos de extensão Instant Snopes Checker (Unofficial) 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
Don't be tricked by fake news, hoaxes, scams or myths. Quick, simple way to check to see if the current page title keywords are referenced on Snopes.com. Page title alone may not provide accurate search results, however existing debunked articles on Snopes.com did include page title keywords. I hope to build this out further to detect items on the current page that may already exist on Snopes.com and other fact checking websites.
Informações Básicas da Extensão
Nome | |
ID | bbddjfjhfnafgfncmlbenehgionllfno |
URL Oficial | https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno |
Descrição | Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com. |
Tamanho do Arquivo | 13.9 KB |
Contagem de Instalações | 587 |
Versão Atual | 1.0 |
Última Atualização | 2016-11-23 |
Data de Publicação | 2016-11-23 |
Classificação | 3.40/5 Total de 5 Avaliações |
Desenvolvedor | digitalbits |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Snopes Checker (Unofficial)", "version": "1.0", "description": "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "snopes_icon.png" }, "icons": { "96": "snopes_icon.png" }, "background": { "scripts": [ "snopes-checker.js" ] } } |