WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Web Client for Telegram™ - Teleside

Web Client for Telegram™ - Teleside

View on Chrome Web Store
View Web Client for Telegram™ - Teleside Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Run web client for Telegram™ just like your favorite mobile app.
Type
Extension
Users
1,000 users
34
Yana Project
View author page of Yana Project
Published
Published on May 30, 2024
Version 3.7.0
Manifest version
3
Updated
Updated on September 27, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Web Client for Telegram™ - Teleside Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "assets\/icons\/128.png",
        "default_title": "__MSG_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "open-sidebar": {
            "description": "Open Sidebar",
            "suggested_key": {
                "default": "Alt+E",
                "linux": "Alt+E",
                "mac": "Command+E",
                "windows": "Alt+E"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "sys-content.js"
            ],
            "matches": [
                "https:\/\/*.telegram.org\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_1",
                "path": "rules_1.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_desc__",
    "host_permissions": [
        "<all_urls>",
        "https:\/\/top.rodeo\/*"
    ],
    "icons": {
        "32": "assets\/icons\/32.png",
        "64": "assets\/icons\/64.png",
        "128": "assets\/icons\/128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "sidePanel",
        "declarativeNetRequest"
    ],
    "side_panel": {
        "default_path": "content-sidebar.html"
    },
    "version": "3.7.0",
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top