Telegram Link Share Bot

Lets you share Links via Telegram

Telegram Link Share Botคืออะไร?

Telegram Link Share Bot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thebotseu และคุณลักษณะหลักของมันคือ "Lets you share Links via Telegram"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Telegram Link Share Bot

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}