Message Tool

Easily manage contacting new friends

什么是Message Tool?

Message Tool是由Rupert's Tools开发的Chrome扩展程序,该扩展的主要功能是“Easily manage contacting new friends”。

扩展截图

screenshot

下载Message Tool扩展crx文件

下载Message Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easily manage contacting new friends                    

扩展基本信息

名称 Message Tool Message Tool
ID ikiaaceoihbpjpgicpciloncnfiklinb
官方URL https://chrome.google.com/webstore/detail/ikiaaceoihbpjpgicpciloncnfiklinb
简介 Easily manage contacting new friends
文件大小 112 KB
安装次数 39
当前版本 3.10
更新时间 2019-06-21
上架时间 2019-06-21
开发者 Rupert's Tools
付费类型 free
隐私政策页面URL https://www.rupertsamuel.com/pages/privacy-policy
支持的语言 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
}