Change Messenger's Theme
A small tool changing the messenger's background
What is Change Messenger's Theme?
Change Messenger's Theme is a Chrome extension developed by nghiacangao, and its main feature is "A small tool changing the messenger's background".
Extension Screenshots
Download Change Messenger's Theme Extension CRX File
Download Change Messenger's Theme 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
Công cụ chỉnh sửa nền facebook messenger
Extension Basic Information
Name | |
ID | medockpghmdaaaocjogjgpmjldbgnlaj |
Official URL | https://chrome.google.com/webstore/detail/change-messengers-theme/medockpghmdaaaocjogjgpmjldbgnlaj |
Description | A small tool changing the messenger's background |
File Size | 344 KB |
Installation Count | 364 |
Current Version | 2.1.3 |
Last Updated | 2020-05-30 |
Publish Date | 2020-05-30 |
Rating | 3.00/5 Total 5 Ratings |
Developer | nghiacangao |
[email protected] | |
Payment Type | free |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Change Messenger's Theme", "version": "2.1.3", "description": "A small tool changing the messenger's background", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": { "16": "icon.png", "48": "icon.png", "32": "icon.png" }, "default_title": "Messenger's Background tool", "default_popup": "index.html" }, "author": "Nghiacangao_btteam", "background": { "scripts": [ "\/js\/core.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/t\/*", "https:\/\/www.facebook.com\/messages\/t\/*" ], "js": [ "content.js", "\/js\/core.js" ], "css": [ "\/css\/contentCss\/contentCss.css" ], "all_frames": true } ], "permissions": [ "tabs", "storage", "contextMenus", "notifications" ] } |