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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |