X Autoload
Shows latest posts when the scroll is all the way up.
What is X Autoload?
X Autoload is a Chrome extension developed by echapa, and its main feature is "Shows latest posts when the scroll is all the way up.".
Extension Screenshots
Download X Autoload Extension CRX File
Download X Autoload extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension automatically clicks the "Show X posts" notification when it appears in your timeline.
Extension Basic Information
Name | X Autoload |
ID | gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
Official URL | https://chromewebstore.google.com/detail/x-autoload/gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
Description | Shows latest posts when the scroll is all the way up. |
File Size | 58.33 KB |
Installation Count | 49 |
Current Version | 2.2 |
Last Updated | 2024-01-22 |
Publish Date | 2022-03-03 |
Rating | 3.00/5 Total 2 Ratings |
Developer | echapa |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Underdoge/x-autoload-chrome |
Help Page URL | https://github.com/Underdoge/x-autoload-chrome |
Supported Languages | 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" ] } ] } |