Twitter autorefresh unless scrolled/overlaid
Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.
Twitter autorefresh unless scrolled/overlaidคืออะไร?
Twitter autorefresh unless scrolled/overlaid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeffrey Richman และคุณลักษณะหลักของมันคือ "Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter autorefresh unless scrolled/overlaid
ดาวน์โหลดไฟล์ส่วนขยาย Twitter autorefresh unless scrolled/overlaid ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or an overlay/popup is open. Version 2.1 released 9/17/17 to also watch for certain sub-popups like the emoji panel and a few others. Version 2.2 released 9/18/17 to fix a small bug with 2.1
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | glnbjcncbinoinomckfpbbodbgpbbeid |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitter-autorefresh-unles/glnbjcncbinoinomckfpbbodbgpbbeid |
คำอธิบาย | Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open. |
ขนาดไฟล์ | 4.57 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2017-09-18 |
วันที่เผยแพร่ | 2017-09-18 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Jeffrey Richman |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.jcrichman.com/article/Twitter-Autorefresh |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.", "manifest_version": 2, "name": "Twitter autorefresh unless scrolled\/overlaid", "version": "2.2", "homepage_url": "http:\/\/www.jcrichman.com\/article\/Twitter-Autorefresh", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "content-script.js" ] } ], "permissions": [] } |