Landlineremover checker

Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…

ما هو Landlineremover checker؟

Landlineremover checker هو إضافة Chrome تم تطويرها بواسطة matthew، والميزة الرئيسية لها هي "Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Landlineremover checker

قم بتنزيل ملفات الامتداد Landlineremover checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip number. This is especially useful for those that buy phone number leads and/or participate in text marketing campaigns. 

Allow Landline remover to help you save some time and money by not texting landline phones!                    

معلومات أساسية عن التمديد

الاسم Landlineremover checker Landlineremover checker
ID bgpdfppcganefjmbgamejknbpcaeidih
عنوان URL الرسمي https://chrome.google.com/webstore/detail/landlineremover-checker/bgpdfppcganefjmbgamejknbpcaeidih
الوصف Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…
حجم الملف 133 KB
عدد التثبيتات 81
النسخة الحالية 1.0
آخر تحديث 2022-04-03
تاريخ النشر 2022-04-03
تقييم 5.00/5 مجموع تقييمات 15
المطور matthew
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.landlineremover.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Landlineremover checker",
    "version": "1.0",
    "description": "",
    "icons": {
        "36": "icons\/icon-36.png",
        "48": "icons\/icon-48.png",
        "72": "icons\/icon-72.png",
        "96": "icons\/icon-96.png",
        "144": "icons\/icon-144.png",
        "192": "icons\/icon-192.png",
        "512": "icons\/icon-512.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.landlineremover.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "Landlineremover checker",
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup\/content.html"
    }
}