Mobile Number Tracker

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

Cos'è Mobile Number Tracker?

Mobile Number Tracker è un'estensione di Chrome sviluppata da www.MobileNumberTracker.com, e la sua funzione principale è "Mobile Number Tracker: Links all Phone number and Emails to MNT search.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mobile Number Tracker

Scarica i file di estensione Mobile Number Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Mobile Number Tracker Mobile Number Tracker
ID fjhpodccjhpmkjohgbmmafnnnjfkcalc
URL Ufficiale https://chromewebstore.google.com/detail/mobile-number-tracker/fjhpodccjhpmkjohgbmmafnnnjfkcalc
Descrizione Mobile Number Tracker: Links all Phone number and Emails to MNT search.
Dimensione del File 186 KB
Conteggio Installazioni 20,000
Versione Corrente 1.0.3
Ultimo Aggiornamento 2019-06-07
Data di Pubblicazione 2019-06-02
Valutazione 3.86/5 Totale 22 Valutazioni
Sviluppatore www.MobileNumberTracker.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://www.mobilenumbertracker.com
Lingue Supportate 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"
    }
}