X Autoload
Shows latest posts when the scroll is all the way up.
什么是X Autoload?
X Autoload是由echapa开发的Chrome扩展程序,该扩展的主要功能是“Shows latest posts when the scroll is all the way up.”。
扩展截图
下载X Autoload扩展crx文件
下载X Autoload扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This extension automatically clicks the "Show X posts" notification when it appears in your timeline.                     扩展基本信息
| 名称 |   |  
| 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"
            ]
        }
    ]
}  |  |