Inspect and view changes in TG Media Downloader - Telegram Downloader source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0.1",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"permissions": [
"storage",
"identity",
"downloads"
],
"host_permissions": [
"*://*.tgmediadownloader.com/*",
"*://*.telegram.org/*"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"19": "icons/19.png",
"38": "icons/38.png"
}
},
"content_scripts": [
{
"matches": [
"*://*.telegram.org/*"
],
"js": [
"contentScript.js"
],
"css": [
"style.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqYVpyTpkG0kBpXMLlKxUu+HfrmKueGc4T1g2kbnyjSLms3GhZFicApVgEgtkPnzJ8PJeDYCt23lqum4cywbkAyh73UGjpHWJVDpIEsH2vzm9xOh03R1t9Bg5WNmOCLy0iiIzrt3PRGQ0TA7TB0IOdtBNWbgYS3cBt7Zhs8RSgBSPxXPZTh4fkLxcXILUNvcRVrsZejqu005FSeZ5cALgxrqP77LeM/rjA4eE1xxKFdrHz0GOVAxsw/k/PXr9ve0GJNE4DQ9zrcvG9FbQtOcEIeQ+DfSJmvfSxr6YAQkbqkyMW56aitH+92hAFdfzsGCE3BhUkya2e+xzHSZSWD41ZQIDAQAB",
"oauth2": {
"client_id": "459526902810-17cibj92aqupupq1iib3ptvrihdhsde6.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/userinfo.email"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"assets/*",
"libs/*",
"injected.js"
],
"matches": [
"<all_urls>"
]
}
]
}