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”。
擴展截圖
下載dev messenger擴展crx文件
下載dev messenger擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | omhmoiolkafieenilfphinccnecpenlc |
| 官方網址 | 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
} | |