Landlineremover checker

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

Co je Landlineremover checker?

Landlineremover checker je rozšíření Chrome vyvinuté matthew, a jeho hlavní funkcí je „Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Landlineremover checker

Stáhněte si soubory rozšíření Landlineremover checker 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í

                        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!                    

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

Název Landlineremover checker Landlineremover checker
ID bgpdfppcganefjmbgamejknbpcaeidih
Oficiální URL https://chrome.google.com/webstore/detail/landlineremover-checker/bgpdfppcganefjmbgamejknbpcaeidih
Popis Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…
Velikost souboru 133 KB
Počet instalací 81
Aktuální Verze 1.0
Poslední Aktualizace 2022-04-03
Datum Vydání 2022-04-03
Hodnocení 5.00/5 Celkem 15 Hodnocení
Vývojář matthew
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.landlineremover.com
Podporované Jazyky 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"
    }
}