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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 Telegram Link Share Bot Telegram Link Share Bot
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
Eメール [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
}