Twitter Auto Refresh

Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…

O que é Twitter Auto Refresh?

Twitter Auto Refresh é uma extensão do Chrome desenvolvida por goodbaikin, e sua principal característica é "Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitter Auto Refresh

Baixe arquivos de extensão Twitter Auto Refresh 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 timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default.

※Warning 
Be careful about setting extremely low refresh interval. You might reach the api limit. 

CHANGELOG
- Fixed the bug auto refresh works in other tabs(e.g. search, notifications, etc).                    

Informações Básicas da Extensão

Nome Twitter Auto Refresh Twitter Auto Refresh
ID aidapiigacnbamggokpnphddajiilfjp
URL Oficial https://chromewebstore.google.com/detail/twitter-auto-refresh/aidapiigacnbamggokpnphddajiilfjp
Descrição Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…
Tamanho do Arquivo 19.67 KB
Contagem de Instalações 3,058
Versão Atual 1.1.0
Última Atualização 2021-02-22
Data de Publicação 2021-02-21
Classificação 3.80/5 Total de 10 Avaliações
Desenvolvedor goodbaikin
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Auto Refresh",
    "descriptions": "Auto reload timeline on twitter.com",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/home"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ]
}