More Send
Your awesome description here
What is More Send?
More Send is a Chrome extension developed by https://moresendeg.com, and its main feature is "Your awesome description here".
Extension Screenshots
Download More Send Extension CRX File
Download More Send 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
نتخصص في خدمة الواتساب حيث تتوجه كبرى الشركات العالمية للأعتماد علي خدمه الواتساب لما تقدمه من مميزات مفيدة وتوفير كبير بالمال والوقت والجهد ونستخدم افضل واحدث الاساليب والطرق المتوفرة في مجال تكنولوجيا المعلومات الى العملاء الذين يرغبون في تسويق اعمالهم مما يعود عليهم وعلى اعمالهم بالنفع والفائدة
Extension Basic Information
Name | |
ID | cbajpefplceblbebeicnmlohkkbckdde |
Official URL | https://chromewebstore.google.com/detail/more-send/cbajpefplceblbebeicnmlohkkbckdde |
Description | Your awesome description here |
File Size | 1.96 MB |
Installation Count | 35 |
Current Version | 1.4.5 |
Last Updated | 2022-07-08 |
Publish Date | 2020-06-23 |
Developer | https://moresendeg.com |
[email protected] | |
Payment Type | free |
Extension Website | https://moresendeg.com/ |
Supported Languages | ar |
manifest.json | |
{ "manifest_version": 2, "name": "More Send", "short_name": "More Send", "version": "1.4.5", "description": "Your awesome description here", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "More Send", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistence": false }, "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "background", "clipboardWrite", "clipboardRead", "storage", "*:\/\/*.whatsapp.com\/*", "*:\/\/*.whatsapp.info\/*", "*:\/\/*.moresendeg.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |