Auto Refresh For Twitter™
Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.
Cos'è Auto Refresh For Twitter™?
Auto Refresh For Twitter™ è un'estensione di Chrome sviluppata da us08582, e la sua funzione principale è "Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Refresh For Twitter™
Scarica i file di estensione Auto Refresh For Twitter™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Auto Refresh Tweets: Only refresh tweets instead of the whole page, only refresh tweets when you at the top of page. New Tweets Button: Take you back to the top of page, and load new tweets. It is will not disturb your other actions. Simple and Effective. If you like this extension, please rate with ★ ★ ★ ★ ★ 5 stars and tell your friends. Thanks :)
Informazioni di Base sull'Estensione
Nome | |
ID | plogieadpldaahcnmopfhjpnakdeaccd |
URL Ufficiale | https://chrome.google.com/webstore/detail/auto-refresh-for-twitter/plogieadpldaahcnmopfhjpnakdeaccd |
Descrizione | Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page. |
Dimensione del File | 51.74 KB |
Conteggio Installazioni | 21,290 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2019-01-16 |
Data di Pubblicazione | 2019-01-16 |
Valutazione | 3.35/5 Totale 57 Valutazioni |
Sviluppatore | us08582 |
Tipo di Pagamento | free |
Lingue Supportate | de,en,fr,es,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquery.js", "page.js" ], "matches": [ "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ] } ], "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "logo.png", "16": "logo.png", "48": "logo.png" }, "manifest_version": 2, "name": "__MSG_name__", "version": "2.1.0" } |