TG Leads Generator 2

TG Leads Generator 2

Scrape Telegram group members and send bulk message automatically on Telegram

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TG Leads Generator 2",
  "short_name": "Telegram Sender",
  "description": "Scrape Telegram group members and send bulk message automatically on Telegram",
  "version": "1.0.0",
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "persistent": true,
  "action": {
    "default_icon": "icon_48.png",
    "default_popup": "interface.html",
    "default_title": "Telegram Sender"
  },
  "permissions": [
    "identity",
    "identity.email",
    "notifications",
    "storage"
  ]
}