The Offensifier

Finds words that rhyme with swear words and switches them

Apa itu The Offensifier?

The Offensifier adalah ekstensi Chrome yang dikembangkan oleh offensivist, dan fitur utamanya adalah "Finds words that rhyme with swear words and switches them".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Offensifier

Unduh file ekstensi The Offensifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
URL Resmi https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
Deskripsi Finds words that rhyme with swear words and switches them
Ukuran File 5.19 KB
Jumlah Instalasi 63
Versi Saat Ini 2
Terakhir Diperbarui 2014-10-23
Tanggal Publikasi 2014-10-23
Penilaian 4.20/5 Total 5 Penilaian
Pengembang offensivist
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}