X (Twitter) Auto Refresher
Auto refreshes X (Twitter) home page
X (Twitter) Auto Refresherคืออะไร?
X (Twitter) Auto Refresher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kaalni และคุณลักษณะหลักของมันคือ "Auto refreshes X (Twitter) home page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย X (Twitter) Auto Refresher
ดาวน์โหลดไฟล์ส่วนขยาย X (Twitter) Auto Refresher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enhance your browsing on X (Twitter) with this extension that automates your feed refresh. Tailor your X (Twitter) experience with customizable intervals, ensuring you're always up-to-date with the latest tweets.
Key Features:
- Set Your Own Refresh Rate: Choose how frequently your feed updates
- Simple Toggle Control: Easily switch the auto-refresh feature on or off
- Lightweight Design: Runs smoothly without slowing down your browser
- Privacy-Focused: Operates without collecting personal data
How to Use:
- Install the extension from the Chrome Web Store.
- Click on the 'X (Twitter) Auto Refresher' icon in your browser toolbar to set your preferred refresh interval and start/stop it
- Go to X (Twitter) and ensure you're at the top of your homepage.
- Enjoy an automatically updated X (Twitter) feed based on your set interval!
Let me know how I can improve this extension!
Changelog:
v1.0.3
- Small UI improvements
- Updated donation link ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mihjenkihajdgclhgheccildhbocbheb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/x-twitter-auto-refresher/mihjenkihajdgclhgheccildhbocbheb |
| คำอธิบาย | Auto refreshes X (Twitter) home page |
| ขนาดไฟล์ | 35.89 KB |
| จำนวนการติดตั้ง | 165 |
| เวอร์ชันปัจจุบัน | 1.0.3 |
| อัปเดตครั้งล่าสุด | 2024-01-04 |
| วันที่เผยแพร่ | 2023-11-24 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | kaalni |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "X (Twitter) Auto Refresher",
"version": "1.0.3",
"description": "Auto refreshes X (Twitter) home page",
"author": "kaalni",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/www.twitter.com\/*"
],
"run_at": "document_idle",
"js": [
"js\/content.js"
]
}
],
"permissions": [
"storage",
"tabs"
]
} | |