Dark Messenger for Facebook™
FB Messenger for Chrome + dark theme right in your browser
Dark Messenger for Facebook™란 무엇입니까?
Dark Messenger for Facebook™은(는) Bernardo Ross에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FB Messenger for Chrome + dark theme right in your browser"입니다.
확장 프로그램 스크린샷
Dark Messenger for Facebook™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fastest way to use Facebook with all functions right from your browser. Upload/download stories or IGTV and more. A simple and powerful tool with many features to make your social user experience even better. With one click in your browser, you will be taken to the popular social network - Facebook, where you can share photos and videos, view the news feed and chat with friends. Private messages (DM) work completely, so it is easier for you to communicate with loved ones. You will love the user-friendly Web layout for Facebook. Based on many reviews and experiences, the perfect Chrome app has been created with an intuitive design and a beautiful interface, as well as many useful features. With this app for Facebook you can now: - Upload photos or videos - Direct Messages (DM) are fully supported for Desktop version Facebook - Open / Download photos and videos in full HD - Everything you can do normally on your phone on the Facebook mobile website (like, follow, comment, browse, ..) This app for Facebook requires only the minimal permissions required to work to improve your security.
확장 프로그램 기본 정보
이름 | Dark Messenger for Facebook™ |
ID | bphagiicbkoknlhmmbiokkdobkiglpio |
공식 URL | https://chromewebstore.google.com/detail/dark-messenger-for-facebo/bphagiicbkoknlhmmbiokkdobkiglpio |
설명 | FB Messenger for Chrome + dark theme right in your browser |
파일 크기 | 148 KB |
설치 횟수 | 28,223 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2023-01-27 |
출시 날짜 | 2020-09-08 |
평점 | 3.81/5 총 242 개의 평점 |
개발자 | Bernardo Ross |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "Web Messenger for Facebook\u2122", "description": "__MSG_description__", "default_locale": "en", "manifest_version": 3, "action": { "default_icon": "icons\/icon-48_x_48.png" }, "icons": { "128": "icons\/icon-128_x_128.png", "64": "icons\/icon-64_x_64.png", "50": "icons\/icon-50_x_50.png", "48": "icons\/icon-48_x_48.png", "32": "icons\/icon-32_x_32.png", "24": "icons\/icon-24_x_24.png", "16": "icons\/icon-16_x_16.png" }, "version": "1.1.2", "background": { "service_worker": "js\/service_worker.js" }, "content_scripts": [ { "js": [ "js\/jquery-3.6.3.min.js", "js\/content.js" ], "matches": [ "*:\/\/texttome.net\/*" ] } ], "permissions": [ "storage", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "system.display", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ] } |