Mobile Number Tracker

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

What is Mobile Number Tracker?

Mobile Number Tracker is a Chrome extension developed by www.MobileNumberTracker.com, and its main feature is "Mobile Number Tracker: Links all Phone number and Emails to MNT search.".

Extension Screenshots

screenshot

Download Mobile Number Tracker Extension CRX File

Download Mobile Number Tracker 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

                        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                    

Extension Basic Information

Name Mobile Number Tracker Mobile Number Tracker
ID fjhpodccjhpmkjohgbmmafnnnjfkcalc
Official URL https://chromewebstore.google.com/detail/mobile-number-tracker/fjhpodccjhpmkjohgbmmafnnnjfkcalc
Description Mobile Number Tracker: Links all Phone number and Emails to MNT search.
File Size 186 KB
Installation Count 20,000
Current Version 1.0.3
Last Updated 2019-06-07
Publish Date 2019-06-02
Rating 3.86/5 Total 22 Ratings
Developer www.MobileNumberTracker.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.mobilenumbertracker.com
Supported Languages 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"
    }
}