Refreshy

Refresh your websites when you want and how you want! 100% Free!

O que é Refreshy?

Refreshy é uma extensão do Chrome desenvolvida por dinobpublishing, e sua principal característica é "Refresh your websites when you want and how you want! 100% Free!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Refreshy

Baixe arquivos de extensão Refreshy 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

                        Welcome to Refreshy!

What does Refreshy do:
========================
- Can refresh current tab you are on (even if you change tabs!)
- Can refresh specific tabs (pick 1, or many!).
- Can refresh all tabs.
- Can perform hard refreshes (to bypass cache).
- You set the time you want it to refresh.
- You can set a random refresh interval (so websites don't think you're a bot).

Refreshy does all of this for you...absolutely 100% FREE!
- No software locks.
- No subscriptions.
- Currently only accepting donations.

I like to make tools to help people. I hope Refreshy is a tool that can help you! =)                    

Informações Básicas da Extensão

Nome Refreshy Refreshy
ID lppedmgppdjcmcomnecmhclomnleknnh
URL Oficial https://chromewebstore.google.com/detail/refreshy/lppedmgppdjcmcomnecmhclomnleknnh
Descrição Refresh your websites when you want and how you want! 100% Free!
Tamanho do Arquivo 1.64 MB
Contagem de Instalações 605
Versão Atual 1.0.0
Última Atualização 2021-05-18
Data de Publicação 2021-05-18
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor dinobpublishing
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refreshy",
    "description": "Refresh your websites when you want and how you want! 100% Free!",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ]
    },
    "icons": {
        "16": "assets\/refreshy16.png",
        "48": "assets\/refreshy48.png",
        "128": "assets\/refreshy128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}