Telegram Link Share Bot
Lets you share Links via Telegram
What is Telegram Link Share Bot?
Telegram Link Share Bot is a Chrome extension developed by thebotseu, and its main feature is "Lets you share Links via Telegram".
Extension Screenshots
Download Telegram Link Share Bot Extension CRX File
Download Telegram Link Share Bot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Lets you share links with friends and groups via Telegram Bots with only a few clicks - directly from your Chrome Browser
Extension Basic Information
Name | |
ID | dnfnafkngcjjliiifgjhpogidckjialn |
Official URL | https://chrome.google.com/webstore/detail/telegram-link-share-bot/dnfnafkngcjjliiifgjhpogidckjialn |
Description | Lets you share Links via Telegram |
File Size | 102 KB |
Installation Count | 129 |
Current Version | 1.5 |
Last Updated | 2020-08-27 |
Publish Date | 2020-08-27 |
Developer | thebotseu |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Telegram Link Share Bot", "version": "1.5", "description": "Lets you share Links via Telegram", "permissions": [ "activeTab", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "images\/ts_16.png", "32": "images\/ts_32.png", "48": "images\/ts_48.png", "128": "images\/ts_128.png" }, "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |