The Offensifier

Finds words that rhyme with swear words and switches them

Co je The Offensifier?

The Offensifier je rozšíření Chrome vyvinuté offensivist, a jeho hlavní funkcí je „Finds words that rhyme with swear words and switches them“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření The Offensifier

Stáhněte si soubory rozšíření The Offensifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
Oficiální URL https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
Popis Finds words that rhyme with swear words and switches them
Velikost souboru 5.19 KB
Počet instalací 63
Aktuální Verze 2
Poslední Aktualizace 2014-10-23
Datum Vydání 2014-10-23
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář offensivist
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}