Simple Auto Refresher

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

Co je Simple Auto Refresher?

Simple Auto Refresher je rozšíření Chrome vyvinuté NokibRokes, a jeho hlavní funkcí je „A simple tool to make the website live every time! Refresh your pages with selected time interval.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Simple Auto Refresher

Stáhněte si soubory rozšíření Simple Auto Refresher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Simple Auto Refresher Simple Auto Refresher
ID gnpdappailpafbhkefjcidiodkneecpp
Oficiální URL https://chromewebstore.google.com/detail/simple-auto-refresher/gnpdappailpafbhkefjcidiodkneecpp
Popis A simple tool to make the website live every time! Refresh your pages with selected time interval.
Velikost souboru 28.77 KB
Počet instalací 5,078
Aktuální Verze 1.0.2
Poslední Aktualizace 2021-07-30
Datum Vydání 2020-06-24
Hodnocení 4.80/5 Celkem 10 Hodnocení
Vývojář NokibRokes
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://nokibrokes.com
URL Stránky Nápovědy https://nokibrokes.com/contact
URL Stránky Zásad Ochrany Soukromí https://www.freeprivacypolicy.com/live/3b75e390-e63d-4b3b-8ac0-873b11cc1535
Podporované Jazyky 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"
            ]
        }
    ]
}