Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Telegram Web Chat Exporter (Enterprise, Media + Date extraction)",
"version": "1.5.0",
"description": "Exports Telegram Web chats with pretty HTML and optional media ZIP. Runs in MAIN world.",
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/web.telegram.org\/*",
"https:\/\/web.telegram.org\/k\/*",
"https:\/\/web.telegram.org\/z\/*",
"https:\/\/web.telegram.org\/a\/*"
],
"action": {
"default_popup": "popup.html",
"default_title": "Export Telegram Chat"
},
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}