MesssengerPlus Old Version Archive

MessengerPlus for those who have the old version Messenger.com

What is MesssengerPlus Old Version Archive?

MesssengerPlus Old Version Archive is a Chrome extension developed by Suitangi, and its main feature is "MessengerPlus for those who have the old version Messenger.com".

Extension Screenshots

screenshot

Download MesssengerPlus Old Version Archive Extension CRX File

Download MesssengerPlus Old Version Archive extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name MesssengerPlus Old Version Archive MesssengerPlus Old Version Archive
ID neaollicfdeidikoaehophbicpkohjof
Official URL https://chromewebstore.google.com/detail/messsengerplus-old-versio/neaollicfdeidikoaehophbicpkohjof
Description MessengerPlus for those who have the old version Messenger.com
File Size 149 KB
Installation Count 2,194
Current Version 2.0.1
Last Updated 2019-08-15
Publish Date 2019-08-15
Rating 5.00/5 Total 2 Ratings
Developer Suitangi
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}