Word Cop

Word Cop censors profanity and inappropriate words on the Internet.

Word Cop là gì?

Word Cop là một tiện ích mở rộng Chrome được phát triển bởi Siraaj Fadoo & Ryan Miles, và tính năng chính của nó là "Word Cop censors profanity and inappropriate words on the Internet.".

Ả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 Word Cop

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

                        Word Cop is a Google Chrome Extension that censors profanity and inappropriate words on the Internet.                    

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

Tên Word Cop Word Cop
ID akmnnpnmghbahiimcfkpmccpifiiacoh
URL Chính Thức https://chrome.google.com/webstore/detail/word-cop/akmnnpnmghbahiimcfkpmccpifiiacoh
Mô tả Word Cop censors profanity and inappropriate words on the Internet.
Kích Thước Tệp 21.62 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.21
Cập Nhật Lần Cuối 2016-02-01
Ngày Phát Hành 2016-02-01
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Siraaj Fadoo & Ryan Miles
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Cop",
    "short_name": "Word Cop",
    "description": "Word Cop censors profanity and inappropriate words on the Internet.",
    "version": "1.21",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "",
        "storage",
        "browsingData"
    ],
    "icons": {
        "64": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "functions.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "words.json"
    ]
}