Telegram Link Share Bot
Lets you share Links via Telegram
Cos'è Telegram Link Share Bot?
Telegram Link Share Bot è un'estensione di Chrome sviluppata da thebotseu, e la sua funzione principale è "Lets you share Links via Telegram".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Telegram Link Share Bot
Scarica i file di estensione Telegram Link Share Bot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Lets you share links with friends and groups via Telegram Bots with only a few clicks - directly from your Chrome Browser Informazioni di Base sull'Estensione
| Nome | |
| ID | dnfnafkngcjjliiifgjhpogidckjialn |
| URL Ufficiale | https://chrome.google.com/webstore/detail/telegram-link-share-bot/dnfnafkngcjjliiifgjhpogidckjialn |
| Descrizione | Lets you share Links via Telegram |
| Dimensione del File | 102 KB |
| Conteggio Installazioni | 129 |
| Versione Corrente | 1.5 |
| Ultimo Aggiornamento | 2020-08-27 |
| Data di Pubblicazione | 2020-08-27 |
| Sviluppatore | thebotseu |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |