Mega Messenger

Manage contact on Facebook messenger

Mega Messengerとは何ですか?

Mega Messengerはandrewによって開発されたChromeの拡張機能で、その主な機能は「Manage contact on Facebook messenger」です。

拡張機能のスクリーンショット

screenshot

Mega Messenger拡張機能のCRXファイルをダウンロード

Mega Messenger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Convert your facebook messenger into a MEGA Messenger. 

Use Color Coded Tags to keep your Facebook Messenger organized
Use POWERFUL automations to help you engage with your audience
Connect Directly to your CRM to trigger advanced automations for your fans
And so much more.                    

拡張機能の基本情報

名前 Mega Messenger Mega Messenger
ID iddifpoaoiehbfgifechnhameaahpnbi
公式URL https://chromewebstore.google.com/detail/mega-messenger/iddifpoaoiehbfgifechnhameaahpnbi
説明 Manage contact on Facebook messenger
ファイルサイズ 52.95 MB
インストール数 756
現在のバージョン 3.0.3
最終更新日 2024-02-23
公開日 2023-05-05
評価 4.33/5 合計 6 レビュー
開発者 andrew
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://megafunnels.olspsystem.com/mega-messenger
ヘルプページのURL https://olspsystem.com/support-desk
プライバシーポリシーページのURL https://cloudki.io/privacy_policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mega Messenger",
    "description": "Manage contact on Facebook messenger",
    "version": "3.0.3",
    "oauth2": {
        "client_id": "60130079824-nnpe430s45elj7o67n8brdsdkb3ige12.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "action": {
        "default_icon": ".\/images\/logo.png",
        "default_title": "Mega Messenger",
        "default_popup": "popup-new.html"
    },
    "icons": {
        "16": ".\/images\/logo.png",
        "48": ".\/images\/logo.png",
        "128": ".\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.messenger.com\/*"
            ],
            "js": [
                ".\/js\/config.js",
                ".\/js\/jquery.min.js",
                ".\/js\/core.js",
                ".\/js\/tagify.min.js",
                ".\/js\/contentNav.js",
                ".\/js\/content.js",
                ".\/js\/friends.js",
                "js\/simpleNotify.js",
                ".\/js\/contentFunctions.js",
                ".\/js\/membersFriender.js",
                ".\/js\/group.js",
                ".\/js\/postFrienderComments.js",
                ".\/js\/friendsPage.js",
                ".\/js\/friendsPage-old.js"
            ],
            "css": [
                "css\/simpleNotifyStyle.css",
                ".\/css\/tagify.css",
                ".\/css\/dark.css",
                ".\/css\/content.css",
                ".\/css\/friendsPage.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*action=fixcontact*"
            ],
            "js": [
                ".\/js\/fixContact.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                ".\/js\/emoji.min.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "js": [
                ".\/js\/contentNav.js",
                ".\/js\/content.js"
            ],
            "css": [
                ".\/css\/simpleNotifyStyle.css",
                ".\/css\/chosen.min.css",
                ".\/css\/content.css",
                ".\/css\/messenger.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*\/members*action=friender*"
            ],
            "js": [
                ".\/js\/frienderPage.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/friends\/requests?action=controlFriendRequest*"
            ],
            "js": [
                ".\/js\/friendRequests.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/messages\/t\/*action=sendmessage*",
                "https:\/\/www.messenger.com\/t\/*action=sendmessage*",
                "https:\/\/www.facebook.com\/*action=grabName*",
                "https:\/\/www.facebook.com\/*action=getMemberUserProfileId*"
            ],
            "js": [
                ".\/js\/sendMessage.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/m.facebook.com\/*"
            ],
            "js": [
                ".\/js\/config.js",
                ".\/js\/jquery.min.js",
                ".\/js\/core.js",
                ".\/js\/contentFunctions.js"
            ],
            "css": [
                ".\/css\/content.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/m.facebook.com\/messages\/*action=mobileSendMessage",
                "https:\/\/m.facebook.com\/*action=mobileGrabName*"
            ],
            "js": [
                ".\/js\/mobileSendMessage.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/m.facebook.com\/*action=replyComments*"
            ],
            "js": [
                ".\/js\/replyComment.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/next.cloudki.io\/*state=mg_extension_token*"
            ],
            "js": [
                ".\/js\/core.js",
                ".\/js\/oauth.js",
                ".\/js\/oauthContent.js"
            ],
            "css": [
                ".\/css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "js\/background_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "clipboardRead",
        "unlimitedStorage",
        "declarativeNetRequest",
        "cookies",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.googleapis.com\/*",
        "https:\/\/cloudki.io\/*",
        "https:\/\/app.cloudki.io\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/www.facebook.com\/messages\/t\/*",
        "https:\/\/www.messenger.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/res.cloudinary.com\/*",
        "http:\/\/res.cloudinary.com\/*",
        "https:\/\/elmessenger.cloudki.io\/*",
        "https:\/\/mbasic.facebook.com\/*",
        "http:\/\/localhost:5000\/*",
        "https:\/\/next.cloudki.io\/*",
        "https:\/\/elm-glitch.glitch.me\/*",
        "https:\/\/elm-prod.herokuapp.com\/*",
        "https:\/\/elmessengertest.herokuapp.com\/*"
    ]
}