X Autoload

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

X Autoload là gì?

X Autoload là một tiện ích mở rộng Chrome được phát triển bởi echapa, và tính năng chính của nó là "Shows latest posts when the scroll is all the way up.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng X Autoload

Tải xuống các tệp mở rộng X Autoload dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên X Autoload X Autoload
ID gcgcmnjdlhbjbjejjjkfhfpnilmofdmj
URL Chính Thức https://chromewebstore.google.com/detail/x-autoload/gcgcmnjdlhbjbjejjjkfhfpnilmofdmj
Mô tả Shows latest posts when the scroll is all the way up.
Kích Thước Tệp 58.33 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2022-03-03
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển echapa
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Underdoge/x-autoload-chrome
URL Trang Trợ Giúp https://github.com/Underdoge/x-autoload-chrome
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}