Inappropriate Language Blocker

This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…

Inappropriate Language Blocker là gì?

Inappropriate Language Blocker là một tiện ích mở rộng Chrome được phát triển bởi adamwlam26, và tính năng chính của nó là "This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inappropriate Language Blocker

Tải xuống các tệp mở rộng Inappropriate Language Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension will black out over 50 common inappropriate words, such as swear words.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Inappropriate Language Blocker Inappropriate Language Blocker
ID biaadlhlkihipalinnfefgggjhmkmlec
URL Chính Thức https://chromewebstore.google.com/detail/inappropriate-language-bl/biaadlhlkihipalinnfefgggjhmkmlec
Mô tả This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…
Kích Thước Tệp 77.17 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-04-16
Ngày Phát Hành 2020-04-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển adamwlam26
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inappropriate Language Blocker",
    "version": "1.1",
    "browser_action": {
        "default_icon": {
            "16": "icon.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon2.png",
        "64": "icon3.png",
        "128": "icon4.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}