Safe Words

Takes out bad words from all your webpages

Safe Words là gì?

Safe Words là một tiện ích mở rộng Chrome được phát triển bởi a young programmer, và tính năng chính của nó là "Takes out bad words from all your webpages".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Safe Words 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

                        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!                    

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

Tên Safe Words Safe Words
ID mncnlkabidgflobdapkgmnlikkiilijj
URL Chính Thức https://chromewebstore.google.com/detail/safe-words/mncnlkabidgflobdapkgmnlikkiilijj
Mô tả Takes out bad words from all your webpages
Kích Thước Tệp 19.36 KB
Số Lần Cài Đặt 258
Phiên Bản Hiện Tại 0.16
Cập Nhật Lần Cuối 2016-06-24
Ngày Phát Hành 2016-06-24
Đánh Giá 4.27/5 Tổng số 15 Đánh Giá
Nhà Phát Triển a young programmer
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",
    "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"
            ]
        }
    ]
}