Telegram ShareLink
Share link directly to telegram.
Cos'è Telegram ShareLink?
Telegram ShareLink è un'estensione di Chrome sviluppata da hussain3kb, e la sua funzione principale è "Share link directly to telegram.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Telegram ShareLink
Scarica i file di estensione Telegram ShareLink 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
This extension helps to share URL to telegram. Now, you don't need to copy, open telegram and paste.
Informazioni di Base sull'Estensione
Nome | Telegram ShareLink |
ID | jpilejapbfhjfbpngkjboghmboflcolm |
URL Ufficiale | https://chromewebstore.google.com/detail/telegram-sharelink/jpilejapbfhjfbpngkjboghmboflcolm |
Descrizione | Share link directly to telegram. |
Dimensione del File | 114 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-11-27 |
Data di Pubblicazione | 2022-11-27 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | hussain3kb |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "name": "Telegram ShareLink", "description": "Share link directly to telegram.", "manifest_version": 3, "permissions": [ "tabs" ], "icons": { "16": "images\/share.png", "48": "images\/share.png", "128": "images\/share.png" }, "action": { "default_icon": "images\/share.png", "default_popup": "popup.html" } } |