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