Free Phone Number Finder

Free Phone Number Finder

Free Phone Number finder is a tool that save time and efforts. It collects Phone Numbers as you browse websites.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Free Phone Number Finder",
  "version": "1.4",
  "manifest_version": 3,
  "description": "Free Phone Number finder is a tool that save time and efforts. It collects Phone Numbers as you browse websites.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/p16.png",
      "32": "icons/p32.png",
      "48": "icons/p48.png"
    }
  }
}