Telegram Web Hashtags
Extension that adds the ability to create a hashtag from words
What is Telegram Web Hashtags?
Telegram Web Hashtags is a Chrome extension developed by Bruno Martins, and its main feature is "Extension that adds the ability to create a hashtag from words".
Extension Screenshots
Download Telegram Web Hashtags Extension CRX File
Download Telegram Web Hashtags extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Telegram Web Hashtags |
ID | pkihcgaepgfapkbgbeolddpkjmgaeljo |
Official URL | https://chromewebstore.google.com/detail/telegram-web-hashtags/pkihcgaepgfapkbgbeolddpkjmgaeljo |
Description | Extension that adds the ability to create a hashtag from words |
File Size | 22.09 KB |
Installation Count | 32 |
Current Version | 1.4.1 |
Last Updated | 2018-09-28 |
Publish Date | 2018-09-28 |
Developer | Bruno Martins |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |