Mobile Number Tracker

Mobile Number Tracker: Links all Phone number and Emails to MNT search.

什么是Mobile Number Tracker?

Mobile Number Tracker是由www.MobileNumberTracker.com开发的Chrome扩展程序,该扩展的主要功能是“Mobile Number Tracker: Links all Phone number and Emails to MNT search.”。

扩展截图

screenshot

下载Mobile Number Tracker扩展crx文件

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

扩展使用说明

                        Find missed call information to fight spam using the best mobile number finder software. Type the mobile number and we will locate it with details like Mobile Operator, and Telecom Circle on Google Maps. This plugin links every phone number and email address on the internet to its information page on MobileNumberTracker.com                    

扩展基本信息

名称 Mobile Number Tracker Mobile Number Tracker
ID fjhpodccjhpmkjohgbmmafnnnjfkcalc
官方URL https://chromewebstore.google.com/detail/mobile-number-tracker/fjhpodccjhpmkjohgbmmafnnnjfkcalc
简介 Mobile Number Tracker: Links all Phone number and Emails to MNT search.
文件大小 186 KB
安装次数 20,000
当前版本 1.0.3
更新时间 2019-06-07
上架时间 2019-06-02
评分 3.86/5 共22次评分
开发者 www.MobileNumberTracker.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://www.mobilenumbertracker.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/new-icon.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/jquery.js",
                "scripts\/contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "images\/new-icon.png"
        },
        "default_title": "Mobile Number Tracker",
        "default_popup": "popup.html"
    }
}