Simple Auto Refresher

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

Co to jest Simple Auto Refresher?

Simple Auto Refresher to rozszerzenie Chrome opracowane przez NokibRokes, a jego główną funkcją jest „A simple tool to make the website live every time! Refresh your pages with selected time interval.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Simple Auto Refresher

Pobierz pliki rozszerzeń Simple 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple Auto Refresher Simple Auto Refresher
ID gnpdappailpafbhkefjcidiodkneecpp
Oficjalny URL https://chromewebstore.google.com/detail/simple-auto-refresher/gnpdappailpafbhkefjcidiodkneecpp
Opis A simple tool to make the website live every time! Refresh your pages with selected time interval.
Rozmiar pliku 28.77 KB
Liczba instalacji 5,078
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2021-07-30
Data Publikacji 2020-06-24
Ocena 4.80/5 Łącznie 10 Oceny
Deweloper NokibRokes
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://nokibrokes.com
Adres URL Strony Pomocy https://nokibrokes.com/contact
Adres URL Strony Polityki Prywatności https://www.freeprivacypolicy.com/live/3b75e390-e63d-4b3b-8ac0-873b11cc1535
Obsługiwane Języki 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"
            ]
        }
    ]
}