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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}