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はmatthewによって開発されたChromeの拡張機能で、その主な機能は「Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Landlineremover checker拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}