Telegram Web Hashtags
Extension that adds the ability to create a hashtag from words
Cos'è Telegram Web Hashtags?
Telegram Web Hashtags è un'estensione di Chrome sviluppata da Bruno Martins, e la sua funzione principale è "Extension that adds the ability to create a hashtag from words".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Telegram Web Hashtags
Scarica i file di estensione Telegram Web Hashtags 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
Informazioni di Base sull'Estensione
Nome | Telegram Web Hashtags |
ID | pkihcgaepgfapkbgbeolddpkjmgaeljo |
URL Ufficiale | https://chromewebstore.google.com/detail/telegram-web-hashtags/pkihcgaepgfapkbgbeolddpkjmgaeljo |
Descrizione | Extension that adds the ability to create a hashtag from words |
Dimensione del File | 22.09 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.4.1 |
Ultimo Aggiornamento | 2018-09-28 |
Data di Pubblicazione | 2018-09-28 |
Sviluppatore | Bruno Martins |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Telegram Web Hashtags", "version": "1.4.1", "description": "Extension that adds the ability to create a hashtag from words", "permissions": [ "tabs" ], "browser_action": { "default_icon": "assets\/img\/teleHash.png" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "assets\/img\/teleHash.png", "48": "assets\/img\/teleHash.png", "128": "assets\/img\/teleHash.png" }, "content_scripts": [ { "css": [ "hashtag.css" ], "js": [ "hashtag.js" ], "matches": [ "https:\/\/web.telegram.org\/*" ] } ], "manifest_version": 2 } |