Simple Auto Refresher

A simple tool to make the website live every time! Refresh your pages with selected time interval.

O que é Simple Auto Refresher?

Simple Auto Refresher é uma extensão do Chrome desenvolvida por NokibRokes, e sua principal característica é "A simple tool to make the website live every time! Refresh your pages with selected time interval.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple Auto Refresher

Baixe arquivos de extensão Simple Auto Refresher 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

                        This simple tool will help you to auto-refresh and auto-reload any website with selected time intervals in just one single click. Simple Auto Refresher is the most user-friendly auto refresher extension on the chrome web store market which has premium features. No setup required. Just try it out and you will know!

Key features:
- Shows real-time count-down timer on the extension icon bar.
- Easily input time interval then start auto-refresh with the selected time interval.
- Select the random timer range.
- Premium random time generation feature.
- Save default time for the next setup.                    

Informações Básicas da Extensão

Nome Simple Auto Refresher Simple Auto Refresher
ID gnpdappailpafbhkefjcidiodkneecpp
URL Oficial https://chromewebstore.google.com/detail/simple-auto-refresher/gnpdappailpafbhkefjcidiodkneecpp
Descrição A simple tool to make the website live every time! Refresh your pages with selected time interval.
Tamanho do Arquivo 28.77 KB
Contagem de Instalações 5,078
Versão Atual 1.0.2
Última Atualização 2021-07-30
Data de Publicação 2020-06-24
Classificação 4.80/5 Total de 10 Avaliações
Desenvolvedor NokibRokes
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://nokibrokes.com
URL da Página de Ajuda https://nokibrokes.com/contact
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/live/3b75e390-e63d-4b3b-8ac0-873b11cc1535
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Auto Refresher",
    "version": "1.0.2",
    "description": "A simple tool to make the website live every time! Refresh your pages with selected time interval.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.gumroad.com\/*",
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}