SiteScrubber

Where the fudge did the swear words go?

ما هو SiteScrubber؟

SiteScrubber هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Where the fudge did the swear words go?".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SiteScrubber

قم بتنزيل ملفات الامتداد SiteScrubber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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