Multi Social Media Messenger
Multi Social Media Messenger allows you to read and communicate in all most popular messengers in one place.
Multi Social Media Messengerとは何ですか?
Multi Social Media MessengerはT-Socialによって開発されたChromeの拡張機能で、その主な機能は「Multi Social Media Messenger allows you to read and communicate in all most popular messengers in one place.」です。
拡張機能のスクリーンショット
Multi Social Media Messenger拡張機能のCRXファイルをダウンロード
Multi Social Media Messenger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Multi Social Media Messenger is a tool for everyone, specially designed for Digital Marketers, Content Creators, Digital Marketing Agencies. It helps to manage all social media channels without carry too many tasks. New features: 1. Choosing the specific social networks. messenger you want to use. 2. Adding Tiktok. 3. Adding Dark Theme. We hope this utility will be a great help for your work. Don't forget to rate us 5 stars as the tool is free.
拡張機能の基本情報
名前 | |
ID | gkkdokpleemmommgfollhapmcemhlgnl |
公式URL | https://chrome.google.com/webstore/detail/gkkdokpleemmommgfollhapmcemhlgnl |
説明 | Multi Social Media Messenger allows you to read and communicate in all most popular messengers in one place. |
ファイルサイズ | 97.69 KB |
インストール数 | 1,035 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-08-10 |
公開日 | 2022-08-10 |
評価 | 4.84/5 合計 63 レビュー |
開発者 | T-Social |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://messenger.mutilz.agency/install |
プライバシーポリシーページのURL | https://messenger.mutilz.agency/privacy-policies.html |
対応言語 | id,ms,de,en,en-GB,fil,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "Multi Social Media Messenger", "description": "__MSG_description__", "default_locale": "en", "action": { "default_icon": "icons\/icon48.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "run_at": "document_start", "js": [ "js\/telegram_content_start.js" ], "matches": [ "*:\/\/web.telegram.org\/*" ], "all_frames": true }, { "run_at": "document_start", "js": [ "js\/facebook_content_start.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "all_frames": true }, { "js": [ "js\/whatsapp_content.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ], "all_frames": true }, { "js": [ "js\/slype_content.js" ], "matches": [ "*:\/\/web.skype.com\/*" ], "all_frames": true }, { "js": [ "js\/jquery.min.js", "js\/inject.js", "js\/multichat_content.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/messenger.mutilz.agency\/*" ], "all_frames": true } ], "manifest_version": 3, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "tabs", "storage", "contextMenus", "declarativeNetRequest", "cookies" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'" }, "version": "1.0.0" } |