Telegram Web Hashtags
Extension that adds the ability to create a hashtag from words
Qu'est-ce que Telegram Web Hashtags ?
Telegram Web Hashtags est une extension Chrome développée par Bruno Martins, et sa fonction principale est "Extension that adds the ability to create a hashtag from words".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Telegram Web Hashtags
Téléchargez les fichiers d'extension Telegram Web Hashtags au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Telegram Web Hashtags |
ID | pkihcgaepgfapkbgbeolddpkjmgaeljo |
URL Officiel | https://chromewebstore.google.com/detail/telegram-web-hashtags/pkihcgaepgfapkbgbeolddpkjmgaeljo |
Description | Extension that adds the ability to create a hashtag from words |
Taille du Fichier | 22.09 KB |
Nombre d'Installations | 32 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2018-09-28 |
Date de Publication | 2018-09-28 |
Développeur | Bruno Martins |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |