Telegram Chat Scroller

Telegram Chat Scroller

Cos'è Telegram Chat Scroller?

Telegram Chat Scroller è un'estensione di Chrome sviluppata da Heptiom, e la sua funzione principale è "Telegram Chat Scroller".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Telegram Chat Scroller

Scarica i file di estensione Telegram Chat Scroller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Telegram Chat Scroller Telegram Chat Scroller
ID aeepgoojfgbikjibibckijjapcfmlmpk
URL Ufficiale https://chrome.google.com/webstore/detail/telegram-chat-scroller/aeepgoojfgbikjibibckijjapcfmlmpk
Descrizione Telegram Chat Scroller
Dimensione del File 11.93 KB
Conteggio Installazioni 1,000
Versione Corrente 1.0
Ultimo Aggiornamento 2016-12-27
Data di Pubblicazione 2016-12-27
Valutazione 3.67/5 Totale 12 Valutazioni
Sviluppatore Heptiom
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://heptiom.com/
Lingue Supportate 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]"
        }
    ]
}