Telegram Web Viewer Firefox

Examine source code of Telegram Web Viewer

제작자: RicardoCa Add-on
Inspect and view changes in Telegram Web Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Telegram Web Viewer",
  "version": "0.3.9",
  "description": "Adds movable viewing controls to Telegram Web: collapse the sidebar and widen message bubbles.",
  "homepage_url": "https://web.telegram.org/",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.telegram.org/*"
      ],
      "js": [
        "src/content.js"
      ],
      "css": [
        "src/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "https://web.telegram.org/*",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "telegram-web-viewer@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "142.0"
    }
  }
}

최고의 Telegram Web Viewer 대안

다음은 Telegram Web Viewer과(와) 유사한 Firefox add-on입니다: