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.
Apa itu Twitter autorefresh unless scrolled/overlaid?
Twitter autorefresh unless scrolled/overlaid adalah ekstensi Chrome yang dikembangkan oleh Jeffrey Richman, dan fitur utamanya adalah "Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.".
Unduh Berkas CRX Ekstensi Twitter autorefresh unless scrolled/overlaid
Unduh file ekstensi Twitter autorefresh unless scrolled/overlaid dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ![]() |
ID | glnbjcncbinoinomckfpbbodbgpbbeid |
URL Resmi | https://chrome.google.com/webstore/detail/twitter-autorefresh-unles/glnbjcncbinoinomckfpbbodbgpbbeid |
Deskripsi | Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open. |
Ukuran File | 4.57 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2017-09-18 |
Tanggal Publikasi | 2017-09-18 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Jeffrey Richman |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.jcrichman.com/article/Twitter-Autorefresh |
Bahasa yang Didukung | 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": [] } |