Mobile Number Tracker

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

Apa itu Mobile Number Tracker?

Mobile Number Tracker adalah ekstensi Chrome yang dikembangkan oleh www.MobileNumberTracker.com, dan fitur utamanya adalah "Mobile Number Tracker: Links all Phone number and Emails to MNT search.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mobile Number Tracker

Unduh file ekstensi Mobile Number Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Mobile Number Tracker Mobile Number Tracker
ID fjhpodccjhpmkjohgbmmafnnnjfkcalc
URL Resmi https://chromewebstore.google.com/detail/mobile-number-tracker/fjhpodccjhpmkjohgbmmafnnnjfkcalc
Deskripsi Mobile Number Tracker: Links all Phone number and Emails to MNT search.
Ukuran File 186 KB
Jumlah Instalasi 20,000
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2019-06-07
Tanggal Publikasi 2019-06-02
Penilaian 3.86/5 Total 22 Penilaian
Pengembang www.MobileNumberTracker.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://www.mobilenumbertracker.com
Bahasa yang Didukung 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"
    }
}