Spam filter for WhatsApp
Block annoying forwards & loudmouths in your Whatsapp group
Spam filter for WhatsApp क्या है?
Spam filter for WhatsApp https://www.whatsilent.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block annoying forwards & loudmouths in your Whatsapp group"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spam filter for WhatsApp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |