Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.1.0",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": [],
"host_permissions": [
"*:\/\/*.telegram.org\/*",
"*:\/\/*.extfox.pro\/*"
],
"permissions": [
"activeTab",
"storage",
"downloads"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"google.svg",
"logo.svg",
"icon.svg",
"excel.svg",
"csv.svg",
"json.png",
"youtube.svg",
"injected.js"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.telegram.org\/*"
],
"resources": [
"assets\/constants-3e839057.js",
"assets\/browser-444ff9bc.js",
"assets\/content-script-3bc11269.js"
],
"use_dynamic_url": false
}
],
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-44bfb70e.js"
],
"matches": [
"*:\/\/*.telegram.org\/*"
],
"css": [
"assets\/index-c2db7062.css"
]
}
]
}