The Offensifier

Finds words that rhyme with swear words and switches them

O que é The Offensifier?

The Offensifier é uma extensão do Chrome desenvolvida por offensivist, e sua principal característica é "Finds words that rhyme with swear words and switches them".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão The Offensifier

Baixe arquivos de extensão The Offensifier 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

                        The Offensifier scans the webpage you're on and changes any words that rhyme with "fuck", "shit" or "cunt" to their respective swear words. 

Can you spot the two changes to the news site on the left?

More will be added soon.                    

Informações Básicas da Extensão

Nome The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
URL Oficial https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
Descrição Finds words that rhyme with swear words and switches them
Tamanho do Arquivo 5.19 KB
Contagem de Instalações 63
Versão Atual 2
Última Atualização 2014-10-23
Data de Publicação 2014-10-23
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor offensivist
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Offensifier",
    "description": "Finds words that rhyme with swear words and switches them",
    "version": "2",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}