The Offensifier

Finds words that rhyme with swear words and switches them

Vad är The Offensifier?

The Offensifier är en Chrome-tillägg utvecklad av offensivist, och dess huvudfunktion är "Finds words that rhyme with swear words and switches them".

Tilläggsskärmbilder

screenshot

Ladda ner The Offensifier-förlängningens CRX-fil

Ladda ner The Offensifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
Officiell webbadress https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
Beskrivning Finds words that rhyme with swear words and switches them
Filstorlek 5.19 KB
Antal Installationer 63
Aktuell Version 2
Senast Uppdaterad 2014-10-23
Publiceringsdatum 2014-10-23
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare offensivist
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}