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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}