Spam filter for WhatsApp

Block annoying forwards & loudmouths in your Whatsapp group

Spam filter for WhatsAppคืออะไร?

Spam filter for WhatsApp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.whatsilent.com และคุณลักษณะหลักของมันคือ "Block annoying forwards & loudmouths in your Whatsapp group"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spam filter for WhatsApp

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}