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,
"default_locale": "en",
"name": "__MSG_extName__",
"author": "Rostislav Alyaev",
"version": "0.30.23",
"description": "__MSG_extDescription__",
"permissions": [
"downloads",
"nativeMessaging",
"webRequest",
"webNavigation",
"notifications",
"storage",
"tabs",
"declarativeNetRequest",
"sidePanel",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"commands": {
"download_latest_on_tab": {
"description": "__MSG_shortcutDownloadLatest__"
}
},
"action": {
"default_popup": "popup\/popup.html?mode=popup",
"default_title": "__MSG_extActionTitle__",
"default_icon": {
"16": "icons\/16-bw.png",
"32": "icons\/32-bw.png",
"48": "icons\/48-bw.png",
"128": "icons\/128-bw.png"
}
},
"side_panel": {
"default_path": "popup\/popup.html?mode=sidepanel"
},
"content_scripts": [
{
"matches": [
"https:\/\/web.telegram.org\/*"
],
"js": [
"content\/telegram-content.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"content\/telegram-main.js"
],
"matches": [
"https:\/\/web.telegram.org\/*"
]
}
],
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
}