Telegram Web Hashtags
Extension that adds the ability to create a hashtag from words
Wat is Telegram Web Hashtags?
Telegram Web Hashtags is een Chrome-extensie ontwikkeld door Bruno Martins, en de belangrijkste functie is "Extension that adds the ability to create a hashtag from words".
Extensie Screenshots
Download het CRX-bestand van de extensie Telegram Web Hashtags
Download Telegram Web Hashtags-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | pkihcgaepgfapkbgbeolddpkjmgaeljo |
| Officiële URL | https://chromewebstore.google.com/detail/telegram-web-hashtags/pkihcgaepgfapkbgbeolddpkjmgaeljo |
| Beschrijving | Extension that adds the ability to create a hashtag from words |
| Bestandsgrootte | 22.09 KB |
| Aantal Installaties | 32 |
| Huidige Versie | 1.4.1 |
| Laatst Bijgewerkt | 2018-09-28 |
| Publicatiedatum | 2018-09-28 |
| Ontwikkelaar | Bruno Martins |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |