Telegram Link Share Bot
Lets you share Links via Telegram
什么是Telegram Link Share Bot?
Telegram Link Share Bot是由thebotseu开发的Chrome扩展程序,该扩展的主要功能是“Lets you share Links via Telegram”。
扩展截图
下载Telegram Link Share Bot扩展crx文件
下载Telegram Link Share Bot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lets you share links with friends and groups via Telegram Bots with only a few clicks - directly from your Chrome Browser
扩展基本信息
名称 | |
ID | dnfnafkngcjjliiifgjhpogidckjialn |
官方URL | https://chrome.google.com/webstore/detail/telegram-link-share-bot/dnfnafkngcjjliiifgjhpogidckjialn |
简介 | Lets you share Links via Telegram |
文件大小 | 102 KB |
安装次数 | 129 |
当前版本 | 1.5 |
更新时间 | 2020-08-27 |
上架时间 | 2020-08-27 |
开发者 | thebotseu |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |