More Send
Your awesome description here
More Sendとは何ですか?
More Sendはhttps://moresendeg.comによって開発されたChromeの拡張機能で、その主な機能は「Your awesome description here」です。
拡張機能のスクリーンショット
More Send拡張機能のCRXファイルをダウンロード
More Send拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
نتخصص في خدمة الواتساب حيث تتوجه كبرى الشركات العالمية للأعتماد علي خدمه الواتساب لما تقدمه من مميزات مفيدة وتوفير كبير بالمال والوقت والجهد ونستخدم افضل واحدث الاساليب والطرق المتوفرة في مجال تكنولوجيا المعلومات الى العملاء الذين يرغبون في تسويق اعمالهم مما يعود عليهم وعلى اعمالهم بالنفع والفائدة
拡張機能の基本情報
名前 | |
ID | cbajpefplceblbebeicnmlohkkbckdde |
公式URL | https://chromewebstore.google.com/detail/more-send/cbajpefplceblbebeicnmlohkkbckdde |
説明 | Your awesome description here |
ファイルサイズ | 1.96 MB |
インストール数 | 35 |
現在のバージョン | 1.4.5 |
最終更新日 | 2022-07-08 |
公開日 | 2020-06-23 |
開発者 | https://moresendeg.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://moresendeg.com/ |
対応言語 | 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" } |