The Offensifier

Finds words that rhyme with swear words and switches them

Wat is The Offensifier?

The Offensifier is een Chrome-extensie ontwikkeld door offensivist, en de belangrijkste functie is "Finds words that rhyme with swear words and switches them".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie The Offensifier

Download The Offensifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
Officiële URL https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
Beschrijving Finds words that rhyme with swear words and switches them
Bestandsgrootte 5.19 KB
Aantal Installaties 63
Huidige Versie 2
Laatst Bijgewerkt 2014-10-23
Publicatiedatum 2014-10-23
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar offensivist
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}