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.
擴展基本資訊
名稱 | X Autoload |
ID | gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
官方網址 | 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" ] } ] } |