dev messenger

applies a dark console like theme to facebook messenger

dev messenger란 무엇입니까?

dev messenger은(는) attiewilly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "applies a dark console like theme to facebook messenger"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

dev messenger 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Transforms the facebook messenger's interface to look more like a distraction free console. The bright letters on a dark background are also more resting for the eyes                    

확장 프로그램 기본 정보

이름 dev messenger dev messenger
ID omhmoiolkafieenilfphinccnecpenlc
공식 URL https://chromewebstore.google.com/detail/dev-messenger/omhmoiolkafieenilfphinccnecpenlc
설명 applies a dark console like theme to facebook messenger
파일 크기 339 KB
설치 횟수 20
현재 버전 2.3
최근 업데이트 2016-10-30
출시 날짜 2016-10-30
평점 2.50/5 총 2 개의 평점
개발자 attiewilly
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "dev messenger",
    "version": "2.3",
    "description": "applies a dark console like theme to facebook messenger",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "dev messenger"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.messenger.com\/*"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "css": [],
            "js": [
                "jquery-1.11.2.min.js",
                "makeItNicer.js"
            ]
        }
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 2
}