The Offensifier

Finds words that rhyme with swear words and switches them

What is The Offensifier?

The Offensifier is a Chrome extension developed by offensivist, and its main feature is "Finds words that rhyme with swear words and switches them".

Extension Screenshots

screenshot

Download The Offensifier Extension CRX File

Download The Offensifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
Official URL https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
Description Finds words that rhyme with swear words and switches them
File Size 5.19 KB
Installation Count 63
Current Version 2
Last Updated 2014-10-23
Publish Date 2014-10-23
Rating 4.20/5 Total 5 Ratings
Developer offensivist
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}