Auto Refresh Page

Auto Refresh Page is the extension to refresh a page on regular intervals

O que é Auto Refresh Page?

Auto Refresh Page é uma extensão do Chrome desenvolvida por ProfileVisitor.co, e sua principal característica é "Auto Refresh Page is the extension to refresh a page on regular intervals".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Auto Refresh Page

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

It is a simple  extension to refresh the page at regular intervals.

You can customize the default time and have separate timers running for all of your tabs.                    

Informações Básicas da Extensão

Nome Auto Refresh Page Auto Refresh Page
ID iiblfhmcehfejobfioibjbdpgigcmkgj
URL Oficial https://chrome.google.com/webstore/detail/auto-refresh-page/iiblfhmcehfejobfioibjbdpgigcmkgj
Descrição Auto Refresh Page is the extension to refresh a page on regular intervals
Tamanho do Arquivo 201 KB
Contagem de Instalações 4,000
Versão Atual 1.0.2
Última Atualização 2018-01-31
Data de Publicação 2018-01-31
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor ProfileVisitor.co
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Auto Refresh Page is the extension to refresh a page on regular intervals",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Auto Refresh Page",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}