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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |