Telegram Chat Scroller
Telegram Chat Scroller
ما هو Telegram Chat Scroller؟
Telegram Chat Scroller هو إضافة Chrome تم تطويرها بواسطة Heptiom، والميزة الرئيسية لها هي "Telegram Chat Scroller".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Telegram Chat Scroller
قم بتنزيل ملفات الامتداد Telegram Chat Scroller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | aeepgoojfgbikjibibckijjapcfmlmpk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/telegram-chat-scroller/aeepgoojfgbikjibibckijjapcfmlmpk |
الوصف | Telegram Chat Scroller |
حجم الملف | 11.93 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-12-27 |
تاريخ النشر | 2016-12-27 |
تقييم | 3.67/5 مجموع تقييمات 12 |
المطور | Heptiom |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://heptiom.com/ |
اللغات المدعومة | 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]" } ] } |