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",
"manifest_version": 3,
"name": "__MSG_name__",
"short_name": "Telegram \u81ea\u52a8\u53d1\u9001\u63d2\u4ef6",
"description": "__MSG_desc__",
"default_locale": "en",
"version": "3.4.28",
"icons": {
"128": "icons\/128.png"
},
"action": {
"default_icon": {
"128": "icons\/logo.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.web.telegram.org\/*",
"http:\/\/*.web.telegram.org\/*",
"https:\/\/*.luckmall11.shop\/*"
],
"js": [
"content-script.js"
],
"run_at": "document_end"
}
],
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/*.web.telegram.org\/*",
"http:\/\/*.web.telegram.org\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.web.telegram.org\/*",
"http:\/\/*.web.telegram.org\/*"
],
"resources": [
"popup.html",
"popup.js",
"popup.css",
"img\/*",
"imgs\/*",
"fonts\/*"
],
"use_dynamic_url": true
}
]
}