Quanta!
Just a plugin channel for exteraGram folks! Forum @QuantaPlayground
نمایش بیشتر📈 تحلیل کانال تلگرام Quanta!
کانال Quanta! (@quantaplugins) در بخش زبانی انگلیسی بازیگری فعال است. در حال حاضر جامعه شامل 54 390 مشترک است و جایگاه 2 427 را در دسته فناوری و برنامهها دارد.
📊 شاخصهای مخاطب و پویایی
از زمان ایجاد در невідомо، پروژه رشد سریعی داشته و 54 390 مشترک جذب کرده است.
بر اساس آخرین دادهها در تاریخ 04 ژوئیه, 2026، کانال فعالیت پایداری دارد. در ۳۰ روز گذشته تغییر اعضا برابر 1 695 و در ۲۴ ساعت گذشته برابر 26 بوده و همچنان دسترسی گستردهای حفظ شده است.
- وضعیت تأیید: تأیید نشده
- نرخ تعامل (ER): میانگین تعامل مخاطب 21.62% است و در ۲۴ ساعت نخست پس از انتشار، محتوا معمولاً N/A% واکنش نسبت به کل مشترکان کسب میکند.
- دسترسی پستها: هر پست به طور میانگین 11 748 بازدید دریافت میکند. در اولین روز معمولاً 0 بازدید جمعآوری میشود.
- واکنشها و تعامل: مخاطبان بهطور فعال حمایت میکنند؛ میانگین واکنش به هر پست 161 است.
- علایق موضوعی: محتوا بر موضوعات کلیدی مانند plugin, translation, reply, setting, command تمرکز دارد.
📝 توضیح و سیاست محتوایی
نویسنده این فضا را محل بیان دیدگاههای شخصی توصیف میکند:
“Just a plugin channel for exteraGram folks!
Forum @QuantaPlayground”
به لطف بهروزرسانیهای پرتکرار (آخرین داده در تاریخ 05 ژوئیه, 2026)، کانال همواره بهروز و دارای دسترسی بالاست. تحلیلها نشان میدهد مخاطبان بهطور فعال با محتوا تعامل دارند و آن را به نقطه اثرگذاری مهم در دسته فناوری و برنامهها تبدیل کردهاند.
Confirm before sending - v1.0.0 Initial Release Tired of accidentally sending that cursed sticker or a weird voice note at 3AM? "Confirm before sending" saves you from instant regret by asking: “Ahhhh–you sure?” before sending stickers, voice messages, round videos, or even animated GIFs.
Features: • Confirmation Popups – Ask “Are you sure?” before sending: - Stickers - Voice Messages - Round Videos - Animated GIFs • Toggle Options – Turn confirmations on or off for each media type from plugin settings • Saves You From Mistakes – Stops accidental taps and misfires in fast-moving chats
Initial Release – audio Transcribe v1.0.0 Still decoding voice messages by ear in 2025? Stop torturing yourself — this plugin lets you transcribe audio messages directly in chat using Gemini or Cloudflare Workers AI, without lifting a finger.
Features: • Multiple AI Providers – Supports Google Gemini API and Cloudflare Workers AI • Auto-provider Mode – Automatically picks the best available provider based on your credentials • Built-in Cache System – Saves every successful transcription to avoid redundant API calls • Smart UI Integration – Transcriptions appear right where they should: inside the chat • Supports Both Audio & Round Videos – Yes, round voice messages too!
⚠️ Note: Voice files are uploaded to external APIs (Gemini or Workers AI) for processing. Respect rate limits, and avoid spamming transcriptions — especially with large files — to keep it stable.
[1.0.1] Current version Last updated - 28/07/2025 Improved: Simplified the "Quote Forward" setting. The toggle now clearly shows what it will do before you click
R_tg.raw animations plugin - initial release I am thrilled to release the R_tg.raw Animations plugin — built exclusively for plugin developers who want to explore and integrate Telegram’s raw animation resources What it does? This plugin demonstrates all available animations from R_tg.raw, neatly categorized and easily viewable using bulletins with preview + copy-to-clipboard functionality.
Initial Release – autoTranslate - entire chat v1.0.0 Now you can translate messages using custom providers that includes Google, Yandex, Deepl Features: • Multiple translation providers - Google,Yandex,Deepl • Toggle on/off via plugin settings • Caching system that can cache every message you translate, For reducing unnecessary Api calls • Wide range of languages, afcourse yours is in the list! • Dynamic switching of user agents with a variety of devices and browsers that mimic the translation is coming from different devices
⚠️ I request you all to avoid persistent chat switching to avoid unnecessary api calls and rate limits, unfortunately this plugin is not reliable as like nekogram or other telegram clients
And with a bonus this plugin enables local premium, Thanks to @Ireina_Plugins, and special thanks to @immat0x1
[1.0.1] Current version Changes You can now enable link previews for selected links using your own regex patterns. Add one pattern per line
Initial Release – No Quote Forward v1.0.0 Sick of Telegram acting like a gossip auntie, quoting every damn thing you forward? No Quote Forward puts a sock in that. Now you can forward messages without including the original sender’s name. Features: • Silences the quote on forwarded messages – finally. • Toggle on/off via chat action menu: "No Quote Forward" • Remembers your choice, so you don’t have to babysit it.
User-Related (Person you are replying to): • {first_name}: The first name of the user you are replying to. • {last_name}: The last name of the user you are replying to. • {username}: The username of the user you are replying to. • {user_id}: The numerical user ID of the person you are replying to. Date & Time: • {date}: The current date in YYYY-MM-DD format (e.g., 2025-07-19). • {time}: The current time in 24-hour format (e.g., 14:04). • {time_12h}: The current time in 12-hour format with AM/PM (e.g., 02:04 PM). • {day_name}: The full name of the current day (e.g., Saturday). • {month_name}: The full name of the current month (e.g., July). • {date_full}: The full, descriptive date (e.g., Saturday, July 19, 2025). • {timezone}: The current timezone name (e.g., IST). Conditional Variables This is a more advanced variable that allows you to show different text based on a condition. • Syntax: {if:condition|text_if_true|text_if_false} How it works: The condition can be any of the standard variables (like username). If that variable has a value (is not empty), the text_if_true is shown. Otherwise, the text_if_false is shown. Example: • Input: Hello {if:username|@{username}|{first_name}}! • Result if user has a username: Hello @luvztroy! • Result if user has no username: Hello luvztroy !!
[1.1.0] Current version Changelog 🆕 • Markdown Formatting: Users can now apply rich text formatting to their replies. • Dynamic Variables & Conditional Logic: Messages are no longer static. They can now be populated with dynamic information at the time of sending. • Send Confirmation: A new option in settings allows users to confirm a quick reply before it's sent. • Disable Link Preview: A global setting has been added to disable link previews for all quick replies. • "Clear Quick Reply" Button: A dedicated "Clear Quick Reply" button has been added to each entry in the settings, making it easy to delete a command/message pair without manually clearing the text fields.
Thanks to @mishabotov, i took the method that fetches users details from the replied message
Quick Reply Plugin – Initial Release (v1.0.0) Tired of typing the same replies over and over? Say hello to Quick Reply, your new time-saving sidekick for Telegram chats via ExteraGram! Features: • Send predefined replies instantly by typing a custom command (e.g., /address) • Supports up to 100 quick reply entries – commands & their messages • Built-in settings menu to manage all your quick replies neatly • Create commands either by replying to a message with .cmd .msg, or simply send .cmd {command}, .msg {message} • Automatically saves the text for future use • Clean UI with dynamic fields (new input fields appear as needed) • Custom success/error bulletins to confirm actions Use Cases: • Share your address, links, or social handles in one tap • Quickly respond with FAQs, rules, or repeated info in groups • Save canned replies for customer support or moderation • Perfect for creators, admins, power users, and lazy texters
Just type your defined command in chat (like /thanks) – boom, message sent!
Disable link preview - [v1.0.0] initial release • Remove link preview from normal links and markdown links
اکنون در دسترس! پژوهش تلگرام ۲۰۲۵ — مهمترین بینشهای سال 
