The Offensifier

Finds words that rhyme with swear words and switches them

Qu'est-ce que The Offensifier ?

The Offensifier est une extension Chrome développée par offensivist, et sa fonction principale est "Finds words that rhyme with swear words and switches them".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Offensifier

Téléchargez les fichiers d'extension The Offensifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
URL Officiel https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
Description Finds words that rhyme with swear words and switches them
Taille du Fichier 5.19 KB
Nombre d'Installations 63
Version Actuelle 2
Dernière Mise à Jour 2014-10-23
Date de Publication 2014-10-23
Évaluation 4.20/5 Total 5 Évaluations
Développeur offensivist
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}