Landlineremover checker

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

Apa itu Landlineremover checker?

Landlineremover checker adalah ekstensi Chrome yang dikembangkan oleh matthew, dan fitur utamanya adalah "Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Landlineremover checker

Unduh file ekstensi Landlineremover checker 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

                        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!                    

Informasi Dasar Ekstensi

Nama Landlineremover checker Landlineremover checker
ID bgpdfppcganefjmbgamejknbpcaeidih
URL Resmi https://chrome.google.com/webstore/detail/landlineremover-checker/bgpdfppcganefjmbgamejknbpcaeidih
Deskripsi Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…
Ukuran File 133 KB
Jumlah Instalasi 81
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-04-03
Tanggal Publikasi 2022-04-03
Penilaian 5.00/5 Total 15 Penilaian
Pengembang matthew
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.landlineremover.com
Bahasa yang Didukung 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"
    }
}