The Offensifier

Finds words that rhyme with swear words and switches them

Hvad er The Offensifier?

The Offensifier er en Chrome-udvidelse udviklet af offensivist, og dens hovedfunktion er "Finds words that rhyme with swear words and switches them".

Udvidelsesskærmbilleder

screenshot

Download The Offensifier-udvidelses-CRX-fil

Download The Offensifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
Officiel URL https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
Beskrivelse Finds words that rhyme with swear words and switches them
Filstørrelse 5.19 KB
Antal Installationer 63
Nuværende Version 2
Senest Opdateret 2014-10-23
Udgivelsesdato 2014-10-23
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler offensivist
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}