Safe Words

Takes out bad words from all your webpages

ما هو Safe Words؟

Safe Words هو إضافة Chrome تم تطويرها بواسطة a young programmer، والميزة الرئيسية لها هي "Takes out bad words from all your webpages".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Safe Words

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

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

                        The best open source Chrome extension for profanity filtering and censoring!

Tired of seeing stupid YouTube comments?
Want to protect your children from bad words on the Internet?
Don't want to see obscene, foul or vulgar language?

Then this extension is for you!

Using a smart algorithm, the extension can filter/censor out 99% of bad words quite efficiently.

For example:
Asses, asssss => censored
but
assess, firetruck => is not

Works on Facebook, Twitter and YouTube!                    

معلومات أساسية عن التمديد

الاسم Safe Words Safe Words
ID mncnlkabidgflobdapkgmnlikkiilijj
عنوان URL الرسمي https://chromewebstore.google.com/detail/safe-words/mncnlkabidgflobdapkgmnlikkiilijj
الوصف Takes out bad words from all your webpages
حجم الملف 19.36 KB
عدد التثبيتات 258
النسخة الحالية 0.16
آخر تحديث 2016-06-24
تاريخ النشر 2016-06-24
تقييم 4.27/5 مجموع تقييمات 15
المطور a young programmer
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safe Words",
    "version": "0.16",
    "description": "Takes out bad words from all your webpages",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "script.js"
            ]
        }
    ]
}