Messenger - Theme Selector
A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!
Messenger - Theme Selector란 무엇입니까?
Messenger - Theme Selector은(는) https://morningtrain.dk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!"입니다.
확장 프로그램 스크린샷
Messenger - Theme Selector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes! Messenger’s default colors are very bright - especially in the night. Therefore, most of our themes have dark colors to help you and your eyes. The dark colors can help with eyestrain and headaches caused by the light of the monitor.
확장 프로그램 기본 정보
이름 | Messenger - Theme Selector |
ID | cghmigojnbaajmeigfphpaiepjjhcbpe |
공식 URL | https://chromewebstore.google.com/detail/messenger-theme-selector/cghmigojnbaajmeigfphpaiepjjhcbpe |
설명 | A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes! |
파일 크기 | 85.11 KB |
설치 횟수 | 1,196 |
현재 버전 | 1.6 |
최근 업데이트 | 2019-10-11 |
출시 날짜 | 2019-10-11 |
평점 | 3.40/5 총 55 개의 평점 |
개발자 | https://morningtrain.dk |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://morningtrain.dk/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger - Theme Selector", "version": "1.6", "manifest_version": 2, "description": "A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!", "homepage_url": "https:\/\/morningtrain.dk", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "img\/Aj2Yt8zGd_T.png" ] } |