Landlineremover checker
Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…
What is Landlineremover checker?
Landlineremover checker is a Chrome extension developed by matthew, and its main feature is "Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip…".
Extension Screenshots
Download Landlineremover checker Extension CRX File
Download Landlineremover checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | bgpdfppcganefjmbgamejknbpcaeidih |
Official URL | https://chrome.google.com/webstore/detail/landlineremover-checker/bgpdfppcganefjmbgamejknbpcaeidih |
Description | Landline Remover is a highly efficient tool that focuses on identifying whether a phone number is a mobile, landline, or voip… |
File Size | 133 KB |
Installation Count | 81 |
Current Version | 1.0 |
Last Updated | 2022-04-03 |
Publish Date | 2022-04-03 |
Rating | 5.00/5 Total 15 Ratings |
Developer | matthew |
[email protected] | |
Payment Type | free |
Extension Website | https://www.landlineremover.com |
Supported Languages | 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" } } |