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