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": "1.3.1",
"description": "__MSG_desc__",
"default_locale": "en",
"permissions": [
"storage",
"activeTab",
"identity"
],
"host_permissions": [
"https:\/\/web.telegram.org\/*"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlEEZxlGTCH1kfWPfN2wxdN1eG78V+r\/p1xvsIwsV0z69mYjzslcuNZf4IBsNWQXmyxsC2NJ9H0PagUzGLo1eE9OLcsGamW1BQoKmy9tNZizz3X7PB+ByJc2gLBUYu6wGxjWZx6SzpiPg8YvyzQWvkxYjSXWqcm9y3Oa+DkvjciDo2JijKHalmJpLvI2R+Yu4hsRPgQAl7jewDDDoaJPKbDWLi+m+ALeyKGig0jD7j84WY8c\/+Ocd4OrzQJWAJ3pPjsNKeskr0K6UW3QAzI0NW300kNV1yXj2m28am4230+bKAiRdy2DlWb6oQys\/CJXjI347kU5Oy+1oHWHnMZ+W6wIDAQAB",
"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\/*"
]
}
]
}