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__", "description": "__MSG_desc__", "default_locale": "en", "version": "2.0.2", "icons": { "128": "assets\/image\/logo.png" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_title": "__MSG_desc__", "default_icon": { "128": "assets\/image\/logo.png" } }, "host_permissions": [ "https:\/\/web.telegram.org\/*" ], "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "js\/inject.js", "fonts\/", "*", "assets\/*", "img\/*" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "css": [ "css\/teleram\/content-teleram.css" ], "js": [ "js\/content-teleram.js" ], "matches": [ "https:\/\/web.telegram.org\/*" ], "run_at": "document_end", "all_frames": true } ], "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/%E5%85%8D%E8%B4%B9%E7%9A%84telegram-%E7%94%B5%E6%8A%A5%E7%BE%A4%E8%A7%86%E9%A2%91%E4%B8%8B%E8%BD%BD%E5%99%A8\/pnekmfnjbjaddedaednmgegopfcekael?hl=zh-CN&utm_source=ext_sidebar" }