Page Refresher

Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!

O que é Page Refresher?

Page Refresher é uma extensão do Chrome desenvolvida por https://illutex.com, e sua principal característica é "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Page Refresher

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

                        Need to automatically reload web pages? 
Tired clicking 'Reload' in your browser?
Forgetting refresh pages?

Page Refresher - is all you need! Just open page, select the time and relax :)
You can see the remaining time to reload on Page Refresher's icon in every tab.

And the main advantage to add this extension: THERE'S NO SPAM, NO ADS, NO FISHING.
Everything is simple, everything is clear.                    

Informações Básicas da Extensão

Nome Page Refresher Page Refresher
ID bbmplccbdhijapdpheaigjcdcgadecih
URL Oficial https://chromewebstore.google.com/detail/page-refresher/bbmplccbdhijapdpheaigjcdcgadecih
Descrição Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!
Tamanho do Arquivo 211 KB
Contagem de Instalações 2,933
Versão Atual 2.0.1
Última Atualização 2021-08-09
Data de Publicação 2021-08-08
Classificação 4.00/5 Total de 14 Avaliações
Desenvolvedor https://illutex.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://illutex.com/
URL da Página de Ajuda http://illutex.com/chat
Idiomas Suportados en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Refresher",
    "version": "2.0.1",
    "default_locale": "en",
    "description": "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!",
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "38": "38.png",
        "48": "48.png",
        "128": "128.png"
    },
    "homepage_url": "http:\/\/illutex.com\/products\/pageRefresher",
    "permissions": [
        "",
        "tabs",
        "webNavigation",
        "activeTab",
        "background"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Auto Reload Options",
        "default_icon": {
            "19": "19.png",
            "38": "38.png",
            "48": "48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}