Copymessage
Copymessage Autofocus.
What is Copymessage?
Copymessage is a Chrome extension developed by tzveeka, and its main feature is "Copymessage Autofocus.".
Extension Screenshots
Download Copymessage Extension CRX File
Download Copymessage 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
The CopyMessage tool for fast message composition and copymessage.com link and browser shortcut.
Extension Basic Information
Name | Copymessage |
ID | defgpmhdcccigmoohcmoeokjplaklfne |
Official URL | https://chromewebstore.google.com/detail/copymessage/defgpmhdcccigmoohcmoeokjplaklfne |
Description | Copymessage Autofocus. |
File Size | 140 KB |
Installation Count | 1,219 |
Current Version | 1.9.6 |
Last Updated | 2023-12-13 |
Publish Date | 2018-11-23 |
Rating | 4.56/5 Total 9 Ratings |
Developer | tzveeka |
[email protected] | |
Payment Type | free |
Extension Website | http://www.copymessage.com |
Privacy Policy Page URL | https://www.givun.co.il/privacypolicy.php |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copymessage", "description": "Copymessage Autofocus.", "version": "1.9.6", "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Copymessage", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/localhost\/givun.co.il\/friendletters*", "*:\/\/*.givun.co.il\/friendletters*", "*:\/\/*.copymessage.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/192.168.1.50\/givun.co.il\/friendletters*" ], "js": [ "myscript.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |