Telegram Chat Scroller

Telegram Chat Scroller

Apa itu Telegram Chat Scroller?

Telegram Chat Scroller adalah ekstensi Chrome yang dikembangkan oleh Heptiom, dan fitur utamanya adalah "Telegram Chat Scroller".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Telegram Chat Scroller

Unduh file ekstensi Telegram Chat Scroller 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

                        This extensions lets you scroll up or down with a high speed on Telegram Web. It might be useful when you are trying to recover your message history and need to load all the messages in a conversation. Normally, you would have to keep scrolling up until you reach the beginning of the chat. With this extension, you only have to click a button and sit back and wait.                    

Informasi Dasar Ekstensi

Nama Telegram Chat Scroller Telegram Chat Scroller
ID aeepgoojfgbikjibibckijjapcfmlmpk
URL Resmi https://chrome.google.com/webstore/detail/telegram-chat-scroller/aeepgoojfgbikjibibckijjapcfmlmpk
Deskripsi Telegram Chat Scroller
Ukuran File 11.93 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-12-27
Tanggal Publikasi 2016-12-27
Penilaian 3.67/5 Total 12 Penilaian
Pengembang Heptiom
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://heptiom.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Telegram Chat Scroller",
    "description": "Telegram Chat Scroller",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "icons": {
        "16": "icon\/tg_scroller_16.png",
        "48": "icon\/tg_scroller_48.png",
        "128": "icon\/tg_scroller_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Telegram Scroller",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "author": [
        {
            "name": "Korosh Ahangar",
            "url": "http:\/\/heptiom.com\/",
            "email": "[email protected]"
        }
    ]
}