Auto Refresher

Automatically refresh the page on a set interval

O que é Auto Refresher?

Auto Refresher é uma extensão do Chrome desenvolvida por jones.kaivon, e sua principal característica é "Automatically refresh the page on a set interval".

Baixar o arquivo CRX da Extensão Auto Refresher

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

                        Simple and easy to use extension to auto reload the page its opened on.                    

Informações Básicas da Extensão

Nome Auto Refresher Auto Refresher
ID nlfnbbnnpiiiifgnbckjhkhpmggpailj
URL Oficial https://chrome.google.com/webstore/detail/nlfnbbnnpiiiifgnbckjhkhpmggpailj
Descrição Automatically refresh the page on a set interval
Tamanho do Arquivo 114 KB
Contagem de Instalações 26
Versão Atual 1.0
Última Atualização 2018-09-01
Data de Publicação 2018-09-01
Desenvolvedor jones.kaivon
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresher",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Automatically refresh the page on a set interval",
    "icons": {
        "16": "images\/refresh-icon16.png",
        "48": "images\/refresh-icon48.png",
        "128": "images\/refresh-icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/refresh-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}