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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย X Autoload
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
}
]
} | |