Cat Censor

Censor all of the bad words on screen with some =^.^='s

ما هو Cat Censor؟

Cat Censor هو إضافة Chrome تم تطويرها بواسطة pwmerriman20، والميزة الرئيسية لها هي "Censor all of the bad words on screen with some =^.^='s".

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

screenshot

تحميل ملف CRX للإضافة Cat Censor

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

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

                        Censors all bad words using a cat!                    

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

الاسم Cat Censor Cat Censor
ID kdhlpdobgiadcnppfelpnhmdnmplklob
عنوان URL الرسمي https://chromewebstore.google.com/detail/cat-censor/kdhlpdobgiadcnppfelpnhmdnmplklob
الوصف Censor all of the bad words on screen with some =^.^='s
حجم الملف 15.48 KB
عدد التثبيتات 11
النسخة الحالية 1.0.0
آخر تحديث 2020-08-20
تاريخ النشر 2020-08-20
تقييم 5.00/5 مجموع تقييمات 1
المطور pwmerriman20
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cat Censor",
    "description": "Censor all of the bad words on screen with some =^.^='s",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}