Auto Refresher

Automatically refresh the page on a set interval

Co to jest Auto Refresher?

Auto Refresher to rozszerzenie Chrome opracowane przez jones.kaivon, a jego główną funkcją jest „Automatically refresh the page on a set interval”.

Pobierz plik CRX rozszerzenia Auto Refresher

Pobierz pliki rozszerzeń Auto Refresher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Auto Refresher Auto Refresher
ID nlfnbbnnpiiiifgnbckjhkhpmggpailj
Oficjalny URL https://chrome.google.com/webstore/detail/nlfnbbnnpiiiifgnbckjhkhpmggpailj
Opis Automatically refresh the page on a set interval
Rozmiar pliku 114 KB
Liczba instalacji 26
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-09-01
Data Publikacji 2018-09-01
Deweloper jones.kaivon
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/"
    ]
}