Secretly Seen
Block Seen feature on Social Media Message.
Secretly Seen란 무엇입니까?
Secretly Seen은(는) Rahul Dey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block Seen feature on Social Media Message."입니다.
확장 프로그램 스크린샷
Secretly Seen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 | oahggcaagepdncihkmekkkhhfjapajdc |
공식 URL | https://chromewebstore.google.com/detail/secretly-seen/oahggcaagepdncihkmekkkhhfjapajdc |
설명 | Block Seen feature on Social Media Message. |
파일 크기 | 78.74 KB |
설치 횟수 | 92 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-05-20 |
출시 날짜 | 2022-05-20 |
평점 | 2.50/5 총 8 개의 평점 |
개발자 | Rahul Dey |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } ] } |