Bring back old Messenger Emojis
Converts the new messenger emojis to the cooler old ones
Bring back old Messenger Emojis란 무엇입니까?
Bring back old Messenger Emojis은(는) aaronzhang.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts the new messenger emojis to the cooler old ones"입니다.
확장 프로그램 스크린샷
Bring back old Messenger Emojis 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you miss the old messenger emojis of June 2016 to September 2017? Do you loathe the emotionless husks that now populate messenger's hollowed halls? Well say goodbye to the old way of doing things and download this extension to bring back the old messenger emojis back! VERSION 1.4/5: Last change for a while now. I think I got everything setup. The extension now covers the entirety of the screen. So, your message previews, emoji bars, and messages are now all back to the old (better) emojis. 6: New Manifest for google extensions Contact me if there's anything wrong in the application.
확장 프로그램 기본 정보
이름 | Bring back old Messenger Emojis |
ID | odffoccbncldkpodebegbddmmmhfinbm |
공식 URL | https://chromewebstore.google.com/detail/bring-back-old-messenger/odffoccbncldkpodebegbddmmmhfinbm |
설명 | Converts the new messenger emojis to the cooler old ones |
파일 크기 | 5.83 MB |
설치 횟수 | 110 |
현재 버전 | 1.6 |
최근 업데이트 | 2021-12-04 |
출시 날짜 | 2019-08-22 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | aaronzhang.xyz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://aaronzhang.xyz |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bring back old Messenger Emojis", "version": "1.6", "description": "Converts the new messenger emojis to the cooler old ones", "action": { "default_icon": { "16": "eyes.png", "24": "eyes.png", "32": "eyes.png" } }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.messenger.com\/*" ], "js": [ "changer.js" ] } ], "web_accessible_resources": [ { "resources": [ "emojis\/*" ], "matches": [ "https:\/\/www.messenger.com\/*" ] } ] } |