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