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_name__",
"description": "__MSG_desc__",
"version": "1.0.1.0",
"version_name": "1.0.1",
"manifest_version": 3,
"default_locale": "en",
"action": {
"default_icon": {
"128": "src\/assets\/icon_128.png"
},
"default_popup": "src\/popup\/index.html",
"default_title": "How to use telegram downloader"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.js-loader-KFB6cLA7.js"
],
"matches": [
"https:\/\/web.telegram.org\/*"
],
"run_at": "document_end",
"css": [
"assets\/index-Bq1eMb-_.css"
]
},
{
"js": [
"assets\/kodepayContent.ts-loader-BvqLZUA4.js"
],
"matches": [
"https:\/\/kodepay.io\/*",
"https:\/\/fronted.kodepay.io\/*"
],
"run_at": "document_start"
}
],
"host_permissions": [
"https:\/\/web.telegram.org\/*",
"https:\/\/*.kodepay.io\/*",
"https:\/\/docs.google.com\/*",
"https:\/\/tg-video-downloader.net\/*"
],
"permissions": [
"storage",
"https:\/\/web.telegram.org\/*",
"activeTab"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"utils.js",
"src\/popup\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/web.telegram.org\/*"
],
"resources": [
"assets\/isNumber-wzSF3SIB.js",
"assets\/dayjs.min-BIwLhz4I.js",
"assets\/setting-DYsmyBsP.js",
"assets\/_commonjsHelpers-BosuxZz1.js",
"assets\/index.js-BpV_ybCU.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/fronted.kodepay.io\/*",
"https:\/\/kodepay.io\/*"
],
"resources": [
"assets\/_commonjsHelpers-BosuxZz1.js",
"assets\/kodepayContent.ts-BhBhZS3d.js"
],
"use_dynamic_url": false
}
],
"icons": {
"128": "src\/assets\/icon_128.png"
}
}