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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}