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_name__",
"version": "3.9.0",
"description": "__MSG_desc__",
"default_locale": "en",
"permissions": [
"storage",
"activeTab",
"identity"
],
"host_permissions": [
"https:\/\/web.telegram.org\/*"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkfuSNkl5sXohciPOYp75MVNdTCGKVhbNzx++ugzOXwbi\/8lAQUvJ6JOR9DxRkvKioCV4A\/Hi1IerE6ZQ\/qFCMP4zujtr917bAyZ7rxSqx\/OqTSafp\/NC6dAY4zlUfu2UIdJnyRlcxPeklGkPtqB2wnqTidx2azTp816T06VPuszDio4coEpdiQq6B0iG0x9\/11jUVhM145ch\/Q\/\/DLrkF9zkmOXFoinT2Ai2fT\/g2JkhSKebFxQNGOCO6oOgN3TsVkYrDWv\/BiLTgX621TN30Viny2TOxxYxxPMASlD5Xc5I4K4qlVTwvqqTRJG18PacKKvmCtxLk4\/M4Oj3Cp5EcQIDAQAB",
"icons": {
"128": "icons\/128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/web.telegram.org\/*"
],
"js": [
"content-script.js"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": {
"128": "icons\/128.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"fonts\/*",
"icons\/*",
"content-script-inject.js",
"content-scripting-a.js",
"content-scripting-k.js"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"price.html"
],
"matches": [
"https:\/\/*.igtools.ai\/*"
]
}
]
}