Swear Be Gone

Filters swear/bad words!

ما هو Swear Be Gone؟

Swear Be Gone هو إضافة Chrome تم تطويرها بواسطة Kabir Singh، والميزة الرئيسية لها هي "Filters swear/bad words!".

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

screenshot

تحميل ملف CRX للإضافة Swear Be Gone

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

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

                        Filters out most of the popular swear words. You don't have to worry about kids stumbling upon them!

Version: 1.0.1
- Updated censored words so that each letter represent a "*".                    

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

الاسم Swear Be Gone Swear Be Gone
ID hbicccdaibeakimkhmgoglhbodhofpnb
عنوان URL الرسمي https://chromewebstore.google.com/detail/swear-be-gone/hbicccdaibeakimkhmgoglhbodhofpnb
الوصف Filters swear/bad words!
حجم الملف 11.25 KB
عدد التثبيتات 78
النسخة الحالية 1.0.1
آخر تحديث 2017-03-25
تاريخ النشر 2017-03-25
تقييم 2.25/5 مجموع تقييمات 4
المطور Kabir Singh
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swear Be Gone",
    "version": "1.0.1",
    "description": "Filters swear\/bad words!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}