Unseen for Facebook Messenger
Block Seen feature on Facebook Messages.
Unseen for Facebook Messengerคืออะไร?
Unseen for Facebook Messenger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://unseen-for-facebook.freefinancetools.net และคุณลักษณะหลักของมันคือ "Block Seen feature on Facebook Messages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unseen for Facebook Messenger
ดาวน์โหลดไฟล์ส่วนขยาย Unseen for Facebook Messenger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps to remove the 'seen' feature from facebook and facebook messenger. You'll be unseen on facebook and facebook messenger even when you read the messages your friend sends to you. Have your friends been mad at you because they noticed you saw their message, and you didn't respond to it? Have you ever wished to use the messenger without people noticing if you have read their messages? Install this software extension and when you use Facebook Messenger on the desktop browser, our software will completely remove the “seen” feature from the messenger. So your friends won’t be able to tell if you read their messages. Disclaimer: Please note this extension is NOT made by Facebook and is made by an independent development team. All copyrights belong to their respective owners. Facebook doesn’t endorse or sponsor this extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dbgkpbgjflkolebcgpclbfdhopbidoen |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/unseen-for-facebook-messe/dbgkpbgjflkolebcgpclbfdhopbidoen |
คำอธิบาย | Block Seen feature on Facebook Messages. |
ขนาดไฟล์ | 139 KB |
จำนวนการติดตั้ง | 19,769 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2022-09-27 |
วันที่เผยแพร่ | 2020-11-06 |
คะแนน | 1.59/5 รวมทั้งหมด 106 คะแนน |
ผู้พัฒนา | https://unseen-for-facebook.freefinancetools.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/bg-worker.js" }, "default_locale": "en", "description": "__MSG_application_description__", "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "48": "icons\/icon-48.png" }, "manifest_version": 3, "name": "__MSG_application_title__", "permissions": [ "storage", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.messenger.com\/*" ], "version": "3.0.0", "action": { "default_icon": "icons\/icon-128.png", "default_popup": "popup.html" }, "homepage_url": "https:\/\/unseen-for-facebook.freefinancetools.net\/", "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] } } |