Seen Blocker
Blocks the 'Seen' feature on Facebook Messages.
什么是Seen Blocker?
Seen Blocker是由Micah's App Emporium开发的Chrome扩展程序,该扩展的主要功能是“Blocks the 'Seen' feature on Facebook Messages.”。
扩展截图
下载Seen Blocker扩展crx文件
下载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\/*" ] } |