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ファイルをダウンロード

MesssengerPlus Old Version Archive拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}