Telegram Chat Scroller

Telegram Chat Scroller

Co je Telegram Chat Scroller?

Telegram Chat Scroller je rozšíření Chrome vyvinuté Heptiom, a jeho hlavní funkcí je „Telegram Chat Scroller“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Telegram Chat Scroller

Stáhněte si soubory rozšíření Telegram Chat Scroller ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Telegram Chat Scroller Telegram Chat Scroller
ID aeepgoojfgbikjibibckijjapcfmlmpk
Oficiální URL https://chrome.google.com/webstore/detail/telegram-chat-scroller/aeepgoojfgbikjibibckijjapcfmlmpk
Popis Telegram Chat Scroller
Velikost souboru 11.93 KB
Počet instalací 1,000
Aktuální Verze 1.0
Poslední Aktualizace 2016-12-27
Datum Vydání 2016-12-27
Hodnocení 3.67/5 Celkem 12 Hodnocení
Vývojář Heptiom
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://heptiom.com/
Podporované Jazyky 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]"
        }
    ]
}