Auto Refresh For Twitter™
Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.
O que é Auto Refresh For Twitter™?
Auto Refresh For Twitter™ é uma extensão do Chrome desenvolvida por us08582, e sua principal característica é "Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto Refresh For Twitter™
Baixe arquivos de extensão Auto Refresh For Twitter™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :)
Informações Básicas da Extensão
Nome | |
ID | plogieadpldaahcnmopfhjpnakdeaccd |
URL Oficial | https://chrome.google.com/webstore/detail/auto-refresh-for-twitter/plogieadpldaahcnmopfhjpnakdeaccd |
Descrição | Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page. |
Tamanho do Arquivo | 51.74 KB |
Contagem de Instalações | 21,290 |
Versão Atual | 2.1.0 |
Última Atualização | 2019-01-16 |
Data de Publicação | 2019-01-16 |
Classificação | 3.35/5 Total de 57 Avaliações |
Desenvolvedor | us08582 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |