Enhancer for Telegram™

Easy access to Telegram web with enhancing and privacy features.

Enhancer for Telegram™ क्या है?

Enhancer for Telegram™ Grephy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy access to Telegram web with enhancing and privacy features."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Enhancer for Telegram™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Enhancer for Telegram™ is an extension that enables you to get more from the Telegram web interface. 

Important note: Enhancer for Telegram™ does NOT belong or relate to the official Telegram application or website. It is an unofficial extension that is developed and maintained independently. This unofficial extension is a wrapper to the original Telegram and tries to enhance its usage.

With this addon, you get several privacy enhancements and badge-text notifications (when the interface is open). Please visit the options page to adjust the privacy and enhancement features. In privacy features, this addon can blur different segments within the Telegram web interface. By default, only the main body message section is active. Please mark desired items and see which one is best for you.

To report bugs, please use the addon's homepage and fill out the bug report form (https://mybrowseraddon.com/telegram-desktop.html).                    

एक्सटेंशन की मूल जानकारी

नाम Enhancer for Telegram™ Enhancer for Telegram™
ID dafiggkhlbbhfcpgggcfeeoliillkabn
आधिकारिक URL https://chromewebstore.google.com/detail/enhancer-for-telegram/dafiggkhlbbhfcpgggcfeeoliillkabn
विवरण Easy access to Telegram web with enhancing and privacy features.
फ़ाइल का आकार 22.58 KB
स्थापना संख्या 71,765
वर्तमान संस्करण 0.2.6
अंतिम अपडेट 2023-01-02
प्रकाशन तिथि 2018-07-08
रेटिंग 3.90/5 कुल 343 रेटिंग्स
डेवलपर Grephy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/telegram-desktop.html
सहायता पृष्ठ URL https://mybrowseraddon.com/telegram-desktop.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.6",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "name": "Enhancer for Telegram\u2122",
    "homepage_url": "https:\/\/mybrowseraddon.com\/telegram-desktop.html",
    "description": "Easy access to Telegram web with enhancing and privacy features.",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "action": {
        "default_title": "Enhancer for Telegram\u2122",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.web.telegram.org\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "css": [
                "data\/content_script\/inject.css"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}