The Offensifier

Finds words that rhyme with swear words and switches them

ما هو The Offensifier؟

The Offensifier هو إضافة Chrome تم تطويرها بواسطة offensivist، والميزة الرئيسية لها هي "Finds words that rhyme with swear words and switches them".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة The Offensifier

قم بتنزيل ملفات الامتداد The Offensifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم The Offensifier The Offensifier
ID cimnhikljdpgnggcakboffaobnibphhj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/the-offensifier/cimnhikljdpgnggcakboffaobnibphhj
الوصف Finds words that rhyme with swear words and switches them
حجم الملف 5.19 KB
عدد التثبيتات 63
النسخة الحالية 2
آخر تحديث 2014-10-23
تاريخ النشر 2014-10-23
تقييم 4.20/5 مجموع تقييمات 5
المطور offensivist
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}