X Autoload

Shows latest posts when the scroll is all the way up.

Что такое X Autoload?

X Autoload - это расширение Chrome, разработанное echapa, и его основная функция - "Shows latest posts when the scroll is all the way up.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения X Autoload

Скачайте файлы расширений X Autoload в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension automatically clicks the "Show X posts" notification when it appears in your timeline.                    

Основная информация о расширении

Название X Autoload X Autoload
ID gcgcmnjdlhbjbjejjjkfhfpnilmofdmj
Официальный URL https://chromewebstore.google.com/detail/x-autoload/gcgcmnjdlhbjbjejjjkfhfpnilmofdmj
Описание Shows latest posts when the scroll is all the way up.
Размер файла 58.33 KB
Количество установок 49
Текущая Версия 2.2
Последнее Обновление 2024-01-22
Дата публикации 2022-03-03
Рейтинг 3.00/5 Всего 2 оценок
Разработчик echapa
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Underdoge/x-autoload-chrome
URL страницы помощи https://github.com/Underdoge/x-autoload-chrome
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X Autoload",
    "action": {
        "default_title": "X Autoload"
    },
    "manifest_version": 3,
    "version": "2.2",
    "description": "Shows latest posts when the scroll is all the way up.",
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "96": "\/icons\/icon96.png",
        "128": "\/icons\/icon128.png"
    },
    "author": "Eduardo Chapa [email protected]",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.x.com\/*"
            ],
            "js": [
                "x_autoload.js"
            ]
        }
    ]
}