SiteScrubber

Where the fudge did the swear words go?

SiteScrubberとは何ですか?

SiteScrubberはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Where the fudge did the swear words go?」です。

拡張機能のスクリーンショット

screenshot

SiteScrubber拡張機能のCRXファイルをダウンロード

SiteScrubber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        SiteScrubber aims to reduce offensive language visible to website users by replacing offensive words/phrases

- Automatically replaces offensive words with friendlier equivalents
- Non-intrusive: You won't even know words were replaced!
- Easy-to use: No adjustments necessary

Perfect for:

- Parents who don't want to block sites just because of a few swear words
- A few offensive words shouldn't prevent kids from seeing certain sites completely
- People who don't like seeing strong language
- Reducing instances of cyber harassment
- Inflammatory language is automatically made less offensive                    

拡張機能の基本情報

名前 SiteScrubber SiteScrubber
ID ffadalgofahhohaciekjchkikcglcpla
公式URL https://chromewebstore.google.com/detail/sitescrubber/ffadalgofahhohaciekjchkikcglcpla
説明 Where the fudge did the swear words go?
ファイルサイズ 23.67 KB
インストール数 50
現在のバージョン 2.0
最終更新日 2017-01-15
公開日 2017-01-15
評価 5.00/5 合計 4 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteScrubber",
    "version": "2.0",
    "description": "Where the fudge did the swear words go?",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}