Mobile Number Tracker

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

Co je Mobile Number Tracker?

Mobile Number Tracker je rozšíření Chrome vyvinuté www.MobileNumberTracker.com, a jeho hlavní funkcí je „Mobile Number Tracker: Links all Phone number and Emails to MNT search.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mobile Number Tracker

Stáhněte si soubory rozšíření Mobile Number Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Mobile Number Tracker Mobile Number Tracker
ID fjhpodccjhpmkjohgbmmafnnnjfkcalc
Oficiální URL https://chromewebstore.google.com/detail/mobile-number-tracker/fjhpodccjhpmkjohgbmmafnnnjfkcalc
Popis Mobile Number Tracker: Links all Phone number and Emails to MNT search.
Velikost souboru 186 KB
Počet instalací 20,000
Aktuální Verze 1.0.3
Poslední Aktualizace 2019-06-07
Datum Vydání 2019-06-02
Hodnocení 3.86/5 Celkem 22 Hodnocení
Vývojář www.MobileNumberTracker.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.mobilenumbertracker.com
Podporované Jazyky 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"
    }
}