Swear Be Gone

Filters swear/bad words!

什麼是Swear Be Gone?

Swear Be Gone是由Kabir Singh開發的Chrome擴展程式,該擴展的主要功能是“Filters swear/bad words!”。

擴展截圖

screenshot

下載Swear Be Gone擴展crx文件

下載Swear Be Gone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}