Telegram for Chrome
Access to to the official Telegram (web version) in a stand-alone window.
Apa itu Telegram for Chrome?
Telegram for Chrome adalah ekstensi Chrome yang dikembangkan oleh HellBiz, dan fitur utamanya adalah "Access to to the official Telegram (web version) in a stand-alone window.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Telegram for Chrome
Unduh file ekstensi Telegram for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | djjkifoefibfoodilnhkmbhmadbgacni |
URL Resmi | https://chrome.google.com/webstore/detail/telegram-for-chrome/djjkifoefibfoodilnhkmbhmadbgacni |
Deskripsi | Access to to the official Telegram (web version) in a stand-alone window. |
Ukuran File | 46.17 KB |
Jumlah Instalasi | 199,356 |
Versi Saat Ini | 1.10 |
Terakhir Diperbarui | 2016-12-20 |
Tanggal Publikasi | 2016-12-20 |
Penilaian | 4.06/5 Total 396 Penilaian |
Pengembang | HellBiz |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } } |