MesssengerPlus Old Version Archive

MessengerPlus for those who have the old version Messenger.com

MesssengerPlus Old Version Archive란 무엇입니까?

MesssengerPlus Old Version Archive은(는) Suitangi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MessengerPlus for those who have the old version Messenger.com"입니다.

확장 프로그램 스크린샷

screenshot

MesssengerPlus Old Version Archive 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is an archived old version of Messenger Plus for those who still have the old version of Messenger. For the new version, please see here:

https://chrome.google.com/webstore/detail/messsengerplus/hmciajeemeompacmillfkacaihdbpafj                    

확장 프로그램 기본 정보

이름 MesssengerPlus Old Version Archive MesssengerPlus Old Version Archive
ID neaollicfdeidikoaehophbicpkohjof
공식 URL https://chromewebstore.google.com/detail/messsengerplus-old-versio/neaollicfdeidikoaehophbicpkohjof
설명 MessengerPlus for those who have the old version Messenger.com
파일 크기 149 KB
설치 횟수 2,194
현재 버전 2.0.1
최근 업데이트 2019-08-15
출시 날짜 2019-08-15
평점 5.00/5 총 2 개의 평점
개발자 Suitangi
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MesssengerPlus Old Version Archive",
    "version": "2.0.1",
    "short_name": "Messenger+",
    "description": "MessengerPlus for those who have the old version Messenger.com",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/www.messenger.com\/*",
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/default-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.messenger.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "index.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "index.js",
        "PlusMenu.html",
        "css\/DarkSkin.css",
        "css\/Default.css",
        "css\/ChatColor.css",
        "css\/DarkCall.css",
        "css\/NoBorders.css",
        "css\/DarkBorders.css",
        "css\/Private.css",
        "css\/Compact.css",
        "css\/Loading.css",
        "icons\/plusIcon.png"
    ]
}