Biased News Boycotter
Automatically replaces all links to biased news sites with archive links
O que é Biased News Boycotter?
Biased News Boycotter é uma extensão do Chrome desenvolvida por RiceMerchant, e sua principal característica é "Automatically replaces all links to biased news sites with archive links".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Biased News Boycotter
Baixe arquivos de extensão Biased News Boycotter 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
Stop clicking fake/biased news. Stop rewarding fake/biased news sites with ad revenue. This extension will replace all links to them with archive links.
Informações Básicas da Extensão
Nome | Biased News Boycotter |
ID | cdcdbkamgfoecfogbikdpfaadadjhhaj |
URL Oficial | https://chromewebstore.google.com/detail/biased-news-boycotter/cdcdbkamgfoecfogbikdpfaadadjhhaj |
Descrição | Automatically replaces all links to biased news sites with archive links |
Tamanho do Arquivo | 45.95 KB |
Contagem de Instalações | 359 |
Versão Atual | 1.0.2 |
Última Atualização | 2017-03-01 |
Data de Publicação | 2017-03-01 |
Classificação | 4.92/5 Total de 12 Avaliações |
Desenvolvedor | RiceMerchant |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Biased News Boycotter", "version": "1.0.2", "manifest_version": 2, "description": "Automatically replaces all links to biased news sites with archive links", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/left.js", "js\/right.js", "js\/util.js", "main.js" ], "run_at": "document_end", "all_frames": true } ] } |