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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}