SiteScrubber
Where the fudge did the swear words go?
O que é SiteScrubber?
SiteScrubber é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Where the fudge did the swear words go?".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SiteScrubber
Baixe arquivos de extensão SiteScrubber 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
SiteScrubber aims to reduce offensive language visible to website users by replacing offensive words/phrases - Automatically replaces offensive words with friendlier equivalents - Non-intrusive: You won't even know words were replaced! - Easy-to use: No adjustments necessary Perfect for: - Parents who don't want to block sites just because of a few swear words - A few offensive words shouldn't prevent kids from seeing certain sites completely - People who don't like seeing strong language - Reducing instances of cyber harassment - Inflammatory language is automatically made less offensive
Informações Básicas da Extensão
Nome | SiteScrubber |
ID | ffadalgofahhohaciekjchkikcglcpla |
URL Oficial | https://chromewebstore.google.com/detail/sitescrubber/ffadalgofahhohaciekjchkikcglcpla |
Descrição | Where the fudge did the swear words go? |
Tamanho do Arquivo | 23.67 KB |
Contagem de Instalações | 50 |
Versão Atual | 2.0 |
Última Atualização | 2017-01-15 |
Data de Publicação | 2017-01-15 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SiteScrubber", "version": "2.0", "description": "Where the fudge did the swear words go?", "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "myscript.js" ], "run_at": "document_end" } ] } |