Telegram Group and Channel Search Tool

Telegram Group and Channel Search Tool

This tool helps you search Telegram groups and channels to join, let's find the best Telegram channels link or groups links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "version": "1.1.2",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": {
      "128": "icons/128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html",
        "icons/icon128.png",
        "icons/logo.png",
        "icons/searching.gif",
        "icons/loading.gif",
        "icons/*.png",
        "icons/*.gif",
        "fonts/*",
        "li-popup/li-popup.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}