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", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.7", "manifest_version": 3, "default_locale": "en", "permissions": [ "activeTab", "tabs", "identity", "storage", "identity.email" ], "action": { "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "default_popup": "index.html", "default_title": "__MSG_extTitle__" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "host_permissions": [ "https:\/\/web.telegram.org\/*" ], "content_scripts": [ { "js": [ "assets\/download_script.js-loader-BGV7n4Zw.js" ], "matches": [ "https:\/\/web.telegram.org\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/web.telegram.org\/*" ], "resources": [ "content\/telegram_download_helper.js", "content\/shared.js", "content\/download_script.js" ], "use_dynamic_url": false } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" } }