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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
]
} | |