The Offensifier

Finds words that rhyme with swear words and switches them

什麼是The Offensifier?

The Offensifier是由offensivist開發的Chrome擴展程式,該擴展的主要功能是“Finds words that rhyme with swear words and switches them”。

擴展截圖

screenshot

下載The Offensifier擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}