Content Censor
Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.
O que é Content Censor?
Content Censor é uma extensão do Chrome desenvolvida por Content Censor Developer, e sua principal característica é "Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Content Censor
Baixe arquivos de extensão Content Censor 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
This Chrome extension will replace all references of certain unpleasant words (which you specify) on websites you visit to other, more humorous (and definitely more childish) words! By default, Content Censor: - Replaces 'iPhone' with 'Abortion'. - Replaces 'republican' with 'pervert'. - Replaces 'tea party' with 'rape philosophy party'. - Replace 'GOP' with 'CUNT'. Definitely a must-have for any left-leaning Android platform aficionados with the intellectual maturity of a 10 year old. NEW in 2.0! Set up your own words to replace! Tired of reading about disease and famine? Sick of the deluge of death news out of Hollywood? Ignore it with something funner! Now in Content Censor 2.0! Confuse and frighten your friends! Make your daily tech blog funnier to read! OFFEND PEOPLE YOU CARE ABOUT WHO ARE IN THE SAME ROOM!
Informações Básicas da Extensão
Nome | |
ID | iaijmkccajdcoanhapmfihooogolkggi |
URL Oficial | https://chrome.google.com/webstore/detail/content-censor/iaijmkccajdcoanhapmfihooogolkggi |
Descrição | Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable. |
Tamanho do Arquivo | 37.61 KB |
Contagem de Instalações | 19 |
Versão Atual | 2.0.2 |
Última Atualização | 2015-11-18 |
Data de Publicação | 2015-11-18 |
Classificação | 3.00/5 Total de 6 Avaliações |
Desenvolvedor | Content Censor Developer |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Content Censor", "author": "Content Censor Developer", "description": "Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.", "version": "2.0.2", "icons": { "48": "contentcensor48.png", "128": "contentcensor128.png" }, "browser_action": { "default_icon": "contentcensor48.png", "default_popup": "index.htm" }, "background": { "scripts": [ "eventPages.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.1.4.min.js", "popup.js" ] } ], "permissions": [ "storage" ] } |