Telegram Chat Scroller

Telegram Chat Scroller

Qu'est-ce que Telegram Chat Scroller ?

Telegram Chat Scroller est une extension Chrome développée par Heptiom, et sa fonction principale est "Telegram Chat Scroller".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Telegram Chat Scroller

Téléchargez les fichiers d'extension Telegram Chat Scroller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Telegram Chat Scroller Telegram Chat Scroller
ID aeepgoojfgbikjibibckijjapcfmlmpk
URL Officiel https://chrome.google.com/webstore/detail/telegram-chat-scroller/aeepgoojfgbikjibibckijjapcfmlmpk
Description Telegram Chat Scroller
Taille du Fichier 11.93 KB
Nombre d'Installations 1,000
Version Actuelle 1.0
Dernière Mise à Jour 2016-12-27
Date de Publication 2016-12-27
Évaluation 3.67/5 Total 12 Évaluations
Développeur Heptiom
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://heptiom.com/
Langues Prises en Charge 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]"
        }
    ]
}