Secretly Seen
Block Seen feature on Social Media Message.
Secretly Seen là gì?
Secretly Seen là một tiện ích mở rộng Chrome được phát triển bởi Rahul Dey, và tính năng chính của nó là "Block Seen feature on Social Media Message.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Secretly Seen
Tải xuống các tệp mở rộng Secretly Seen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oahggcaagepdncihkmekkkhhfjapajdc |
URL Chính Thức | https://chromewebstore.google.com/detail/secretly-seen/oahggcaagepdncihkmekkkhhfjapajdc |
Mô tả | Block Seen feature on Social Media Message. |
Kích Thước Tệp | 78.74 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-05-20 |
Ngày Phát Hành | 2022-05-20 |
Đánh Giá | 2.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Rahul Dey |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Secretly Seen", "version": "1.0.0", "manifest_version": 3, "description": "Block Seen feature on Social Media Message.", "icons": { "16": "images\/16X16.png", "48": "images\/48X48.png", "128": "images\/128X128.png" }, "action": { "default_popup": "ext.html" }, "web_accessible_resources": [ { "resources": [ "injector.js" ], "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.messenger.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" }, "permissions": [ "storage" ], "content_scripts": [ { "all_frames": false, "css": [], "js": [ "content.js" ], "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.messenger.com\/*" ], "run_at": "document_end" } ] } |