Message Tool

Easily manage contacting new friends

What is Message Tool?

Message Tool is a Chrome extension developed by Rupert's Tools, and its main feature is "Easily manage contacting new friends".

Extension Screenshots

screenshot

Download Message Tool Extension CRX File

Download Message Tool 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

                        Easily manage contacting new friends                    

Extension Basic Information

Name Message Tool Message Tool
ID ikiaaceoihbpjpgicpciloncnfiklinb
Official URL https://chrome.google.com/webstore/detail/ikiaaceoihbpjpgicpciloncnfiklinb
Description Easily manage contacting new friends
File Size 112 KB
Installation Count 39
Current Version 3.10
Last Updated 2019-06-21
Publish Date 2019-06-21
Developer Rupert's Tools
Payment Type free
Privacy Policy Page URL https://www.rupertsamuel.com/pages/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Message Tool",
    "version": "3.10",
    "description": "Easily manage contacting new friends",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/eumetric.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.js",
            "background.js",
            "licencing.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/4.png"
        }
    },
    "icons": {
        "128": "images\/4.png"
    },
    "manifest_version": 2
}