Telegram Link Share Bot
Lets you share Links via Telegram
Wat is Telegram Link Share Bot?
Telegram Link Share Bot is een Chrome-extensie ontwikkeld door thebotseu, en de belangrijkste functie is "Lets you share Links via Telegram".
Extensie Screenshots
Download het CRX-bestand van de extensie Telegram Link Share Bot
Download Telegram Link Share Bot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Lets you share links with friends and groups via Telegram Bots with only a few clicks - directly from your Chrome Browser Basisinformatie over de Extensie
| Naam | |
| ID | dnfnafkngcjjliiifgjhpogidckjialn |
| Officiële URL | https://chrome.google.com/webstore/detail/telegram-link-share-bot/dnfnafkngcjjliiifgjhpogidckjialn |
| Beschrijving | Lets you share Links via Telegram |
| Bestandsgrootte | 102 KB |
| Aantal Installaties | 129 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2020-08-27 |
| Publicatiedatum | 2020-08-27 |
| Ontwikkelaar | thebotseu |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |