Telegram for Chrome
Access to to the official Telegram (web version) in a stand-alone window.
Vad är Telegram for Chrome?
Telegram for Chrome är en Chrome-tillägg utvecklad av HellBiz, och dess huvudfunktion är "Access to to the official Telegram (web version) in a stand-alone window.".
Tilläggsskärmbilder
Ladda ner Telegram for Chrome-förlängningens CRX-fil
Ladda ner Telegram for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Telegram for Chrome extension allows you to have access to the official Telegram (web version) in a stand-alone window. Please note that this extension only loads the official Telegram (web version) inside a stand-alone window with no intention on misleading users that this is the official extension, only trying to make access to the official web service simpler. Telegram™ FAQ: https://telegram.org/faq
Grundläggande Information om Tillägg
Namn | |
ID | djjkifoefibfoodilnhkmbhmadbgacni |
Officiell webbadress | https://chrome.google.com/webstore/detail/telegram-for-chrome/djjkifoefibfoodilnhkmbhmadbgacni |
Beskrivning | Access to to the official Telegram (web version) in a stand-alone window. |
Filstorlek | 46.17 KB |
Antal Installationer | 199,356 |
Aktuell Version | 1.10 |
Senast Uppdaterad | 2016-12-20 |
Publiceringsdatum | 2016-12-20 |
Betyg | 4.06/5 Totalt 396 Betyg |
Utvecklare | HellBiz |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Telegram for Chrome", "description": "Access to to the official Telegram (web version) in a stand-alone window.", "version": "1.10", "icons": { "16": "icons\/016.png", "20": "icons\/020.png", "24": "icons\/024.png", "32": "icons\/032.png", "48": "icons\/048.png", "64": "icons\/064.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "browser_action": { "default_icon": "icons\/020.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true } } |