TeleSender

TeleSender

TeleSender is a comprehensive tool for businesses and marketers looking to maximize their reach on Telegram

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.9",
  "author": "Comodeau",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "clipboardRead",
    "clipboardWrite",
    "alarms",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://web.telegram.org/*"
      ],
      "js": [
        "inviter.950575d8.js"
      ],
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "https://web.telegram.org/*"
      ],
      "js": [
        "sender.5400b08c.js"
      ],
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "https://web.telegram.org/*"
      ],
      "js": [
        "scrapper.5f27ec70.js"
      ],
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "https://web.telegram.org/*"
      ],
      "js": [
        "verifycode.a3d7f122.js"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "default_locale": "en",
  "host_permissions": [
    "https://*.telegram.org/*",
    "http://*.telegram.org/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.6316ad31.json"
      }
    ]
  }
}