The Offensifier

Finds words that rhyme with swear words and switches them

¿Qué es The Offensifier?

The Offensifier es una extensión de Chrome desarrollada por offensivist, y su función principal es "Finds words that rhyme with swear words and switches them".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión The Offensifier

Descarga archivos de extensión The Offensifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
URL Oficial https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
Descripción Finds words that rhyme with swear words and switches them
Tamaño del Archivo 5.19 KB
Cantidad de Instalaciones 63
Versión Actual 2
Última Actualización 2014-10-23
Fecha de Publicación 2014-10-23
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador offensivist
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}