Unseenly
Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message
什么是Unseenly?
Unseenly是由ikva eSolutions开发的Chrome扩展程序,该扩展的主要功能是“Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message”。
扩展截图
下载Unseenly扩展crx文件
下载Unseenly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unseenly extension is for hiding the seen feature in Facebook chat. Currently this extension will work on www.facebook.com, m.facebook.com and messenger.com All you have to do is just install the extension and you are good to go. You can easily toggle the extension ON and OFF by clicking the unseenly icon from your extensions list. This is completely free, secure and free from malware and no unwanted pop-ups.
扩展基本信息
名称 | Unseenly |
ID | mmjginkjeljiaiafplppfkfdindcjkfi |
官方URL | https://chromewebstore.google.com/detail/unseenly/mmjginkjeljiaiafplppfkfdindcjkfi |
简介 | Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message |
文件大小 | 348 KB |
安装次数 | 1,163 |
当前版本 | 2.0 |
更新时间 | 2019-02-07 |
上架时间 | 2019-02-07 |
评分 | 3.17/5 共12次评分 |
开发者 | ikva eSolutions |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.geekdashboard.com/disable-facebook-seen-feature/ |
帮助页面URL | https://www.geekdashboard.com/contact-us/ |
隐私政策页面URL | https://www.geekdashboard.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unseenly", "version": "2.0", "manifest_version": 2, "description": "Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message", "background": { "scripts": [ "settings\/source\/lib\/store.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.messenger.com\/*" ], "js": [ "js\/jquery.js", "js\/hide_chat_seen.js" ] } ], "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.facebook.com\/*", "*:\/\/*.messenger.com\/*", "*:\/\/*.unseenly.com\/*" ], "browser_action": { "default_icon": "img\/icon48.png", "default_popup": "html\/popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |