Spam filter for WhatsApp

Block annoying forwards & loudmouths in your Whatsapp group

什麼是Spam filter for WhatsApp?

Spam filter for WhatsApp是由https://www.whatsilent.com開發的Chrome擴展程式,該擴展的主要功能是“Block annoying forwards & loudmouths in your Whatsapp group”。

擴展截圖

screenshot

下載Spam filter for WhatsApp擴展crx文件

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

擴展使用說明

                        Whatsilent is a spam filter for busy people who do not have the time to read silly forwards and loudmouths in their WhatsApp group. Instead of blocking them altogether, mute them with this chrome extension.


Features

1. Mute the loudmouths in your WhatsApp group:
Some people in your group might flood the group with too many messages and spoil your experience with other members. Now, you can mute those people alone in the group.

2. Block annoying forwards from your WhatsApp contacts:
If you don't have time to read silly forwards from your Whatsapp contacts, you can mute them. Instead of rudely blocking them altogether, silence their forwards alone with this plugin.                    

擴展基本資訊

名稱 Spam filter for WhatsApp Spam filter for WhatsApp
ID egidokdmejppdbdadlamgceafjobinik
官方網址 https://chrome.google.com/webstore/detail/spam-filter-for-whatsapp/egidokdmejppdbdadlamgceafjobinik
簡介 Block annoying forwards & loudmouths in your Whatsapp group
檔案大小 34.38 KB
安裝次數 85
目前版本 1.0.0.3
更新時間 2019-08-06
上架時間 2019-08-06
評分 2.33/5 共 3 次評分
開發者 https://www.whatsilent.com
付費類型 free
擴展官網 https://www.whatsilent.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spam filter for WhatsApp",
    "short_name": "Whatsilent",
    "manifest_version": 2,
    "version": "1.0.0.3",
    "description": "Block annoying forwards & loudmouths in your Whatsapp group",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_title": "Launch WhatsApp",
        "default_icon": "images\/logo16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "identity",
        "identity.email"
    ]
}