Mobile Number Tracker

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

Что такое Mobile Number Tracker?

Mobile Number Tracker - это расширение Chrome, разработанное www.MobileNumberTracker.com, и его основная функция - "Mobile Number Tracker: Links all Phone number and Emails to MNT search.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Mobile Number Tracker

Скачайте файлы расширений 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"
    }
}