The Offensifier

Finds words that rhyme with swear words and switches them

Cos'è The Offensifier?

The Offensifier è un'estensione di Chrome sviluppata da offensivist, e la sua funzione principale è "Finds words that rhyme with swear words and switches them".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Offensifier

Scarica i file di estensione The Offensifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
URL Ufficiale https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
Descrizione Finds words that rhyme with swear words and switches them
Dimensione del File 5.19 KB
Conteggio Installazioni 63
Versione Corrente 2
Ultimo Aggiornamento 2014-10-23
Data di Pubblicazione 2014-10-23
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore offensivist
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}