Seen Blocker
Blocks the 'Seen' feature on Facebook Messages.
Seen Blockerคืออะไร?
Seen Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Micah's App Emporium และคุณลักษณะหลักของมันคือ "Blocks the 'Seen' feature on Facebook Messages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Seen Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Seen Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Take privacy back into your own hands! Seen Blocker stops Facebook from reporting 'Seen' to messages that you open on Facebook.com. It also prevents the typing indicator from appearing as you type a message. This extension is small and easy to use - two options are available which toggle the 'Seen' and 'Typing' blocking, and can be turned on and off at your leisure. Note: This does NOT block the 'Seen' feature from Facebook group posts, only for messaging. Source available on GitHub: https://github.com/MicahNus/Seen-Blocker
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Seen Blocker |
ID | gchmppebfedehcmemdmhojamlnanmafn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/seen-blocker/gchmppebfedehcmemdmhojamlnanmafn |
คำอธิบาย | Blocks the 'Seen' feature on Facebook Messages. |
ขนาดไฟล์ | 33.09 KB |
จำนวนการติดตั้ง | 5,656 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-05-13 |
วันที่เผยแพร่ | 2017-05-13 |
คะแนน | 3.54/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | Micah's App Emporium |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seen Blocker", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "ico_16.png", "48": "ico_48.png", "128": "ico_128.png" }, "description": "Blocks the 'Seen' feature on Facebook Messages.", "browser_action": { "default_icon": "ico_128.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*.facebook.com\/*", "*:\/\/*.messenger.com\/*" ] } |